Skip to content

Commit aecff25

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2021-07-20) ### Features * only keep one tsconfig ([204a972](204a972)) * ts-node demo ([78e6738](78e6738)) * use typescript rollup configs ([c25cfdb](c25cfdb))
1 parent c25cfdb commit aecff25

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.2.0](https://github.com/tlibjs/package-template/compare/v1.1.0...v1.2.0) (2021-07-20)
2+
3+
### Features
4+
5+
- only keep one tsconfig ([204a972](https://github.com/tlibjs/package-template/commit/204a972af9e205d6313bc4ea556fe42cdb8c4bb3))
6+
- ts-node demo ([78e6738](https://github.com/tlibjs/package-template/commit/78e6738d25b6ab533aa0100d1b68a41ab9fb8180))
7+
- use typescript rollup configs ([c25cfdb](https://github.com/tlibjs/package-template/commit/c25cfdbe7b24ca82fd93b0e686d93f523a30355c))
8+
19
# [1.1.0](https://github.com/tlibjs/package-template/compare/v1.0.0...v1.1.0) (2021-07-20)
210

311
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
"publishConfig": {
8282
"access": "public"
8383
},
84-
"version": "1.1.0"
84+
"version": "1.2.0"
8585
}

0 commit comments

Comments
 (0)