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

Commit

Permalink
📦 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Sep 22, 2015
1 parent 46fdc6c commit 214b5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [1.3.2] - 2015-09-22
* remove can-haz-package from dependencies (oops)
* fix bad reference to `package.json`

Expand Down Expand Up @@ -113,4 +113,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0
* working draft

[1.3.2]: https://github.com/ngoldman/module-init/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/ngoldman/module-init/compare/v1.3.0...v1.3.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "module-init",
"description": "Create a new node module with all the right stuff.",
"version": "1.3.1",
"version": "1.3.2",
"author": "Nate Goldman <[email protected]>",
"bin": {
"module-init": "./bin/cli.js"
Expand Down

0 comments on commit 214b5ac

Please sign in to comment.