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

Commit

Permalink
📦 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Sep 22, 2015
1 parent 169ab3f commit a93c6a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 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.1] - 2015-09-22
* hide contributing section if no pkgContributing ([#24](https://github.com/ngoldman/module-init/pull/24))
* default to stable node for `.travis.yml`
* remove can-haz-package validation due to issue ([#23](https://github.com/ngoldman/module-init/issues/23))
Expand Down Expand Up @@ -108,3 +108,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.0
* working draft

[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.0",
"version": "1.3.1",
"author": "Nate Goldman <[email protected]>",
"bin": {
"module-init": "./bin/cli.js"
Expand Down

0 comments on commit a93c6a1

Please sign in to comment.