Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Jun 7, 2021
1 parent c0e4b48 commit 13acf94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [1.10.0](https://github.com/boringcodes/create-package/compare/v1.9.4...v1.10.0) (2021-06-07)

### Features

- **generators/app:** remove deprecated install(), add Package manager to prompt questions ([c0e4b48](https://github.com/boringcodes/create-package/commit/c0e4b48a7f9274ab43f0cce882928f6e06f3d7f4))
- **templates:** add commitlint & new husky config ([c592444](https://github.com/boringcodes/create-package/commit/c5924446526de8321a895082f73b52b461445dbf))

### [1.9.4](https://github.com/boringcodes/create-package/compare/v1.9.3...v1.9.4) (2021-02-14)

### [1.9.3](https://github.com/boringcodes/create-package/compare/v1.9.2...v1.9.3) (2021-02-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-create-package",
"version": "1.9.4",
"version": "1.10.0",
"description": "Boring TypeScript Package Generator",
"homepage": "https://github.com/boringcodes/create-package",
"bugs": "https://github.com/boringcodes/create-package/issues",
Expand Down

0 comments on commit 13acf94

Please sign in to comment.