Skip to content

Commit 23f2540

Browse files
committed
chore(release): 1.9.0
1 parent 1ee6896 commit 23f2540

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.9.0](https://github.com/boringcodes/create-package/compare/v1.8.2...v1.9.0) (2021-02-10)
6+
7+
### Features
8+
9+
- **templates:** add @rollup/plugin-commonjs ([a79c614](https://github.com/boringcodes/create-package/commit/a79c6146e51fdfb32eb7f61a0b6e61e6d7f506e2))
10+
- **templates:** change build output dir to build instead of dist ([1ee6896](https://github.com/boringcodes/create-package/commit/1ee6896bb62ea251ee75ddd1157661e749e483ef))
11+
512
### [1.8.2](https://github.com/boringcodes/create-package/compare/v1.8.1...v1.8.2) (2021-02-10)
613

714
### [1.8.1](https://github.com/boringcodes/create-package/compare/v1.8.0...v1.8.1) (2021-02-10)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-create-package",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Boring TypeScript Package Generator",
55
"homepage": "https://github.com/boringcodes/create-package",
66
"bugs": "https://github.com/boringcodes/create-package/issues",

0 commit comments

Comments
 (0)