Skip to content

Commit 04665f9

Browse files
committed
🦂 2.1.0-2
1 parent 807f7e7 commit 04665f9

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 🦂 [2.1.0-2](https://github.com/ionic-team/stencil/compare/v2.1.0-1...v2.1.0-2) (2020-10-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **dev-server:** clear module cache on ssr reload ([cfd5d39](https://github.com/ionic-team/stencil/commit/cfd5d39bad4ce2cab431595ae8c8f11d1fabb192))
7+
* **mock-doc:** no indentation w/in whitespace sensitive elements ([46ff715](https://github.com/ionic-team/stencil/commit/46ff71588e20cd7f0bdc3173e6cdca9b126d05d5))
8+
9+
10+
### Features
11+
12+
* **open:** update to open 7.3.0 ([807f7e7](https://github.com/ionic-team/stencil/commit/807f7e79749b49305b8804ebc72a68d6ac8f5281))
13+
* **puppeteer:** update to puppeteer 5.3.1 ([6910875](https://github.com/ionic-team/stencil/commit/69108759fd67a470a3481a9205ba27976a2bd0fa))
14+
* **rollup:** update to rollup 2.28.2 and @rollup/plugin-commonjs 15.10 ([ddcf1d0](https://github.com/ionic-team/stencil/commit/ddcf1d09e60fe0364269193ff45b955b17807758))
15+
* **terser:** update to terser 5.3.3 ([de68d85](https://github.com/ionic-team/stencil/commit/de68d85bbc29a7456dc97313038d4b2903936bde))
16+
* **typescript:** update to typescript 4.0.3 ([9b72eb0](https://github.com/ionic-team/stencil/commit/9b72eb0954e5ded63f4750650dd9669b0aca75f8))
17+
18+
19+
120
# 🎳 [2.1.0-1](https://github.com/ionic-team/stencil/compare/v2.0.3...v2.1.0-1) (2020-09-21)
221

322
### Features

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "2.1.0-1",
3+
"version": "2.1.0-2",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)