Skip to content

Commit 6101608

Browse files
committed
chore(release): 0.1.0
1 parent 4a139ec commit 6101608

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 0.1.0 (2020-02-28)
6+
7+
8+
### Features
9+
10+
* **#4:** integrate github actions ci ([#5](https://github.com/boringcodes/create-package/issues/5)) ([4a139ec](https://github.com/boringcodes/create-package/commit/4a139ec7d926033d3d093f0ffacd92b36e6a15cb)), closes [#4](https://github.com/boringcodes/create-package/issues/4)
11+
* **close #1:** Init source ([#2](https://github.com/boringcodes/create-package/issues/2)) ([42e2d73](https://github.com/boringcodes/create-package/commit/42e2d7300d72283b99f3131de96cef5c666e1250)), closes [#1](https://github.com/boringcodes/create-package/issues/1) [#1](https://github.com/boringcodes/create-package/issues/1) [#1](https://github.com/boringcodes/create-package/issues/1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boringcodes/create-package",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Boring Node.js Package Generator",
55
"main": "generators/app/index.js",
66
"author": "BoringCodes <hi@boringcodes.com> (https://boringcodes.com)",

0 commit comments

Comments
 (0)