Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit ac039ca

Browse files
committed
chore(npm): publish
1 parent 2294f89 commit ac039ca

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/jlegrone/create-semantic-module/compare/v1.0.0...v1.0.1) (2019-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **install:** invoke npm install hook ([2294f89](https://github.com/jlegrone/create-semantic-module/commit/2294f89))
12+
13+
14+
15+
16+
617
<a name="1.0.0"></a>
718
# [1.0.0](https://github.com/jlegrone/create-semantic-module/compare/v0.2.0...v1.0.0) (2018-06-30)
819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.11.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "1.0.0"
5+
"version": "1.0.1"
66
}

packages/create-semantic-module/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/jlegrone/create-semantic-module/compare/v1.0.0...v1.0.1) (2019-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **install:** invoke npm install hook ([2294f89](https://github.com/jlegrone/create-semantic-module/commit/2294f89))
12+
13+
14+
15+
16+
617
<a name="1.0.0"></a>
718
# [1.0.0](https://github.com/jlegrone/create-semantic-module/compare/v0.2.0...v1.0.0) (2018-06-30)
819

packages/create-semantic-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-semantic-module",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Initialize a project with conventional commits, commitizen, and commit linting.",
55
"main": "lib/index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"prepublish": "yarn run build"
2323
},
2424
"dependencies": {
25-
"generator-semantic-module": "^1.0.0",
25+
"generator-semantic-module": "^1.0.1",
2626
"yeoman-environment": "^2.0.2"
2727
},
2828
"devDependencies": {

packages/generator-semantic-module/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/jlegrone/create-semantic-module/compare/v1.0.0...v1.0.1) (2019-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **install:** invoke npm install hook ([2294f89](https://github.com/jlegrone/create-semantic-module/commit/2294f89))
12+
13+
14+
15+
16+
617
<a name="1.0.0"></a>
718
# [1.0.0](https://github.com/jlegrone/create-semantic-module/compare/v0.2.0...v1.0.0) (2018-06-30)
819

packages/generator-semantic-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-semantic-module",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Initialize a project with conventional commits, commitizen, and commit linting.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)