Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 24, 2017
1 parent 48b514e commit c64ffa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.8.1 2017-01-24

* [[`48b514eea5`](https://github.com/TooTallNate/n8-make/commit/48b514eea5)] - use more compatible `stat` command (Nathan Rajlich)

v1.8.0 2016-10-24

* [[`4d9c6e89c9`](https://github.com/TooTallNate/n8-make/commit/4d9c6e89c9)] - enable `transform-object-rest-spread` (Nathan Rajlich)
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": "n8-make",
"version": "1.8.0",
"version": "1.8.1",
"description": "Opinionated Makefile to build ES6 JS, JSX and Pug files",
"main": "index.js",
"bin": "./n8-make",
Expand Down

0 comments on commit c64ffa7

Please sign in to comment.