Skip to content

Commit 3d91d31

Browse files
committed
chore(release): 1.8.0
1 parent 0b752dd commit 3d91d31

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
@@ -2,6 +2,14 @@
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.8.0](https://github.com/boringcodes/create-package/compare/v1.7.1...v1.8.0) (2021-01-12)
6+
7+
8+
### Features
9+
10+
* **lint-staged:** update glob pattern to ignore /templates dir ([0b752dd](https://github.com/boringcodes/create-package/commit/0b752dd96e5152142bee62ddf6d9d14fed95dc81))
11+
* **templates:** set all packages version to *, replace old rollup plugins with the new ones ([bd35919](https://github.com/boringcodes/create-package/commit/bd35919890361c34283fef592151d86973958711))
12+
513
### [1.7.1](https://github.com/boringcodes/create-package/compare/v1.7.0...v1.7.1) (2020-08-26)
614

715

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