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

Commit

Permalink
📦 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Apr 14, 2015
1 parent d966d9a commit f882ea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.3.1
* change `standard` devDep to always use latest ([#7](https://github.com/ngoldman/module-init/issues/7))
* add linter options ([#8](https://github.com/ngoldman/module-init/issues/8))

## 0.3.0

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

0 comments on commit f882ea8

Please sign in to comment.