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

Commit 1810567

Browse files
committed
📦 1.3.6
1 parent 5c0d7a2 commit 1810567

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## Unreleased
6+
## [1.3.6] - 2015-11-19
77
* make npm install & git init optional ([#33](https://github.com/ngoldman/module-init/issues/33))
88
* add `--force` option to skip prompt and init with defaults
99
* fix package name default when `--dir` cli option is a nested path
@@ -131,6 +131,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
131131
## 0.1.0
132132
* working draft
133133

134+
[1.3.6]: https://github.com/ngoldman/module-init/compare/v1.3.5...v1.3.6
134135
[1.3.5]: https://github.com/ngoldman/module-init/compare/v1.3.4...v1.3.5
135136
[1.3.4]: https://github.com/ngoldman/module-init/compare/v1.3.3...v1.3.4
136137
[1.3.3]: https://github.com/ngoldman/module-init/compare/v1.3.2...v1.3.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "module-init",
33
"description": "Create a new node module with all the right stuff.",
4-
"version": "1.3.5",
4+
"version": "1.3.6",
55
"author": "Nate Goldman <nate@ngoldman.me>",
66
"bin": {
77
"module-init": "./bin/cli.js"

0 commit comments

Comments
 (0)