Skip to content

Commit cfe81aa

Browse files
committed
chore(release): 1.2.0
1 parent fe6fc83 commit cfe81aa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.2.0](https://github.com/boringcodes/create-package/compare/v1.1.0...v1.2.0) (2020-03-25)
6+
7+
8+
### Features
9+
10+
* **packpage:** add prettier to format code ([562ca2c](https://github.com/boringcodes/create-package/commit/562ca2c9cc23210121ab7a8775e7a22d6a0e7cef))
11+
* **template:** add prettier for formating code ([05a716d](https://github.com/boringcodes/create-package/commit/05a716d8654c77f688b0a3cf9ae1274e2e25ce04))
12+
* **template:** publish dist/ instead of root dir to npm ([fe6fc83](https://github.com/boringcodes/create-package/commit/fe6fc835e69176b6a6fbd3177234af72efb9e777))
13+
14+
15+
### Bug Fixes
16+
17+
* **generator:** uncomment this.yarnInstall() ([f1deff9](https://github.com/boringcodes/create-package/commit/f1deff9f496cb693234497c1d16e32e160419c4b))
18+
519
## [1.1.0](https://github.com/boringcodes/create-package/compare/v1.0.4...v1.1.0) (2020-03-23)
620

721
### Features

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.1.0",
3+
"version": "1.2.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)