Skip to content

Commit 348e4ac

Browse files
committed
chore(release): 1.9.3
1 parent a9ba15b commit 348e4ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.3](https://github.com/boringcodes/create-package/compare/v1.9.2...v1.9.3) (2021-02-13)
6+
7+
### Bug Fixes
8+
9+
- **generators/app/templates:** missing types def build output ([a9ba15b](https://github.com/boringcodes/create-package/commit/a9ba15ba7cefa855fb427675a0f0749da4ee9081))
10+
511
### [1.9.2](https://github.com/boringcodes/create-package/compare/v1.9.1...v1.9.2) (2021-02-13)
612

713
### [1.9.1](https://github.com/boringcodes/create-package/compare/v1.9.0...v1.9.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.9.2",
3+
"version": "1.9.3",
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)