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

Commit

Permalink
📦 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Sep 18, 2016
1 parent 2fcf911 commit 20e9fc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# module-init change log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.5.0](https://github.com/ungoldman/module-init/releases/v1.5.0) - 2016-09-17

[view diff](https://github.com/ungoldman/module-init/compare/v1.4.0...v1.5.0)

- templates: `.travis.yml`: drop `0.10`, `0.12`, `5`
- templates: `CHANGELOG.md`: update header language
- templates: `README.md`: move project description up
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": "1.4.0",
"version": "1.5.0",
"author": "Nate Goldman <ungoldman@gmail.com>",
"bin": {
"module-init": "./bin/cli.js"
Expand Down

0 comments on commit 20e9fc0

Please sign in to comment.