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

Commit

Permalink
chore(npm): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Nov 24, 2017
1 parent 6ed2d35 commit 4055b71
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.0.1"></a>
## [0.0.1](https://github.com/jlegrone/create-semantic-module/compare/v0.0.0...v0.0.1) (2017-11-24)


### Bug Fixes

* **generator:** enable overriding default options with CLI flags ([ce39c64](https://github.com/jlegrone/create-semantic-module/commit/ce39c64))
* transpile to support node 4.x ([6ed2d35](https://github.com/jlegrone/create-semantic-module/commit/6ed2d35))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0"
"version": "0.0.1"
}
11 changes: 11 additions & 0 deletions packages/create-semantic-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.0.1"></a>
## [0.0.1](https://github.com/jlegrone/create-semantic-module/compare/v0.0.0...v0.0.1) (2017-11-24)


### Bug Fixes

* transpile to support node 4.x ([6ed2d35](https://github.com/jlegrone/create-semantic-module/commit/6ed2d35))




<a name="0.0.0"></a>
# 0.0.0 (2017-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/create-semantic-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-semantic-module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Initialize a project with conventional commits, commitizen, and commit linting.",
"main": "lib/index.js",
"repository": {
Expand All @@ -22,7 +22,7 @@
"prepublish": "yarn run build"
},
"dependencies": {
"generator-semantic-module": "^0.0.0",
"generator-semantic-module": "^0.0.1",
"yeoman-environment": "^2.0.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/generator-semantic-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.0.1"></a>
## [0.0.1](https://github.com/jlegrone/create-semantic-module/compare/v0.0.0...v0.0.1) (2017-11-24)


### Bug Fixes

* **generator:** enable overriding default options with CLI flags ([ce39c64](https://github.com/jlegrone/create-semantic-module/commit/ce39c64))
* transpile to support node 4.x ([6ed2d35](https://github.com/jlegrone/create-semantic-module/commit/6ed2d35))




<a name="0.0.0"></a>
# 0.0.0 (2017-08-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/generator-semantic-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-semantic-module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Initialize a project with conventional commits, commitizen, and commit linting.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4055b71

Please # to comment.