From f0c6b883732f9117bd69ed829cb78e5f5162b6a0 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Sun, 12 Apr 2015 15:02:34 -0700 Subject: [PATCH] :package: 0.3.0 --- CHANGELOG.md | 3 ++- package.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b2f07..801e2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +## 0.3.0 ### Added * add `Apache-2.0` license option @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed * public method `moduleInit.validate()` returns `{ missing, invalid }` object instead of `missing` array * improve CLI feedback +* update dependencies ## 0.2.0 * switch Node API to EventEmitter pattern diff --git a/package.json b/package.json index 2a32647..7e4a681 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": "0.2.0", + "version": "0.3.0", "author": "Nate Goldman ", "bin": { "module-init": "./bin/cli.js" @@ -13,7 +13,7 @@ "async": "^0.9.0", "camel-case": "^1.1.1", "chalk": "^1.0.0", - "cwp": "^0.2.0", + "cwp": "^0.2.1", "fixpack": "^2.2.0", "git-config": "0.0.6", "inquirer": "^0.8.2", @@ -22,7 +22,7 @@ }, "devDependencies": { "faucet": "0.0.1", - "standard": "^3.3.2", + "standard": "^3.5.0", "tape": "^4.0.0" }, "homepage": "https://github.com/ngoldman/module-init",