From 20e9fc0a82ae64e95328d7a087825ff0eaa00785 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Sat, 17 Sep 2016 20:34:01 -0700 Subject: [PATCH] :package: 1.5.0 --- CHANGELOG.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d2501..3bee9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 15fe7d2..b072d39 100644 --- a/package.json +++ b/package.json @@ -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 ", "bin": { "module-init": "./bin/cli.js"