Skip to content

Commit

Permalink
chore(release): v2.5.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Sep 2, 2016
1 parent e2e0129 commit adac8cb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v2.5.0 (2016-09-02)
---


## Features

- feat(northbrook): add option to skip git commands [2752de2e](https://github.com/northbrookjs/northbrook/commits/2752de2ea5265aff944bbe4092b5a1cfc96045c9)
- feat(northbrook): refactor util into smaller files and export from external api [c9850351](https://github.com/northbrookjs/northbrook/commits/c985035136cb44f8e74fc86be7fe1b838ab1a657)

## Bug Fixes

- fix(northbrook): fix invalid commit message errors with validate-commit-msg [5f1153b6](https://github.com/northbrookjs/northbrook/commits/5f1153b63bf42172b5035d1549a4dd288292c408)
- fix(northbrook): actually fix commit message errors [skip ci] [31073682](https://github.com/northbrookjs/northbrook/commits/3107368246a7c3eb9c3dc3abca7f7e1310ffaf27)
- fix(northbrook): fix login input [95bf9b8e](https://github.com/northbrookjs/northbrook/commits/95bf9b8e87a9a46a01bbc1383a9e26de04737ee8)
- fix(northbrook): should always create a git tag [c7693813](https://github.com/northbrookjs/northbrook/commits/c7693813478fd7a2121762b1e544824d7a3176ff)
- fix(northbrook): use correct execute command [1b0adb72](https://github.com/northbrookjs/northbrook/commits/1b0adb722f4e6f02fe5bc5032400ce20aa074953)
- fix(northbrook): improve output of release commands [3c589daa](https://github.com/northbrookjs/northbrook/commits/3c589daabbbc2d5ec13b2c25a7d8cb9805d9d7dd)


# v2.4.0 (2016-08-31)
---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "northbrook",
"version": "2.4.0",
"version": "2.5.0",
"description": "A configurable tool for managing projects with NPM",
"main": "lib/api.js",
"jsnext:main": "src/api.js",
Expand Down

0 comments on commit adac8cb

Please sign in to comment.