Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Mar 23, 2020
1 parent 5a3123b commit 81768d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.1.0](https://github.com/boringcodes/create-package/compare/v1.0.4...v1.1.0) (2020-03-23)


### Features

* **close #12:** add github workflows to template ([#13](https://github.com/boringcodes/create-package/issues/13)) ([e6912ed](https://github.com/boringcodes/create-package/commit/e6912ed200f4758a9e4f70dd2c2385121433f152)), closes [#12](https://github.com/boringcodes/create-package/issues/12)


### Bug Fixes

* **close #12:** .github dir does not get copied ([5a3123b](https://github.com/boringcodes/create-package/commit/5a3123b90ef461ee1dd94c410bbfd7af1bb40605)), closes [#12](https://github.com/boringcodes/create-package/issues/12)

### [1.0.4](https://github.com/boringcodes/create-package/compare/v1.0.3...v1.0.4) (2020-03-23)

### [1.0.3](https://github.com/boringcodes/create-package/compare/v1.0.2...v1.0.3) (2020-03-23)
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.0.4",
"version": "1.1.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 81768d0

Please sign in to comment.