Skip to content

Commit 6af0f09

Browse files
committed
chore(release): 1.0.0
1 parent 9d9c313 commit 6af0f09

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+
## 1.0.0 (2020-03-23)
6+
7+
8+
### Features
9+
10+
* **close #1:** init source ([#2](https://github.com/boringcodes/create-service-component/issues/2)) ([224243e](https://github.com/boringcodes/create-service-component/commit/224243e3094769880b7a62d0677c9c56cffff064)), closes [#1](https://github.com/boringcodes/create-service-component/issues/1)
11+
* **generator:** add change-case to generate correct component resource & dir names ([03f9a92](https://github.com/boringcodes/create-service-component/commit/03f9a927b37e5d8d2b5d8117c4bcb911879c59da))

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-service-component",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Boring Express Microservice Component Generator",
55
"homepage": "https://github.com/boringcodes/create-service-component",
66
"bugs": "https://github.com/boringcodes/create-service-component/issues",

0 commit comments

Comments
 (0)