Skip to content

Commit ecd99cd

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-07-20) ### Bug Fixes * auto global namespace ([33ecbf5](33ecbf5)) * set rollup output.exports to auto ([a2d4399](a2d4399)) * should use @rollup/plugin-node-resolve and @rollup/plugin-commonjs for bundle builds ([4d7774a](4d7774a)) ### Features * multiple entry points ([caf97f1](caf97f1)) * support ie 11 ([ffe02d4](ffe02d4))
1 parent ed50107 commit ecd99cd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/tlibjs/package-template/compare/v1.0.0...v1.1.0) (2021-07-20)
2+
3+
### Bug Fixes
4+
5+
- auto global namespace ([33ecbf5](https://github.com/tlibjs/package-template/commit/33ecbf5165a82e3090bbf1cddc95a178569285a9))
6+
- set rollup output.exports to auto ([a2d4399](https://github.com/tlibjs/package-template/commit/a2d43992dd4ff8f35536e92c867999795a5ce30e))
7+
- should use @rollup/plugin-node-resolve and @rollup/plugin-commonjs for bundle builds ([4d7774a](https://github.com/tlibjs/package-template/commit/4d7774a739ce600213e9f6ac5efd834ea8bf3e80))
8+
9+
### Features
10+
11+
- multiple entry points ([caf97f1](https://github.com/tlibjs/package-template/commit/caf97f12c56e733af6c3364be3f3f95684ec354c))
12+
- support ie 11 ([ffe02d4](https://github.com/tlibjs/package-template/commit/ffe02d4a10a6cac7701507ea3ed9bbbd990b5a20))
13+
114
# 1.0.0 (2021-07-18)
215

316
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"publishConfig": {
7878
"access": "public"
7979
},
80-
"version": "1.0.0"
80+
"version": "1.1.0"
8181
}

0 commit comments

Comments
 (0)