From ad16b05a7e988fe7073e35f7671ea230e9a7078a Mon Sep 17 00:00:00 2001 From: Tylor Date: Sat, 3 Sep 2016 01:43:28 +0000 Subject: [PATCH] chore(release): v3.0.0 [ci skip] --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c0f2b..fe4f8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v3.0.0 (2016-09-03) +--- + + +## Breaking Changes + +- feat(northbrook): remove \\`nb init\\` in favor of post-install script [6f922d3e](https://github.com/northbrookjs/northbrook/commits/6f922d3e102b743902791001e1e190ba9247c5f4) + +## Features + +- feat(northbrook): add utility functions to modify configuration files [5f51da37](https://github.com/northbrookjs/northbrook/commits/5f51da37e76a4e3e932ac031129b839f36b2ac9c) + + # v2.5.0 (2016-09-02) --- diff --git a/package.json b/package.json index 1000ed6..175e933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "northbrook", - "version": "2.5.0", + "version": "3.0.0", "description": "A configurable tool for managing projects with NPM", "main": "lib/api.js", "jsnext:main": "src/api.js",