diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a086d..cabb150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,38 @@ ## Unreleased +## 1.0.0 - 2017-01-12 + + ### Changed -- BREAKING: Node.js 4.x is required, anything older is not supported +- BREAKING: require Node.js 4.x or newer, anything older is not supported + +- update [async](https://www.npmjs.com/package/async) to 2.1.4 (from 0.9.0) + +- update [aws-sdk](https://www.npmjs.com/package/aws-sdk) to 2.7.21 (from 2.0.29) + +- update [cli](https://www.npmjs.com/package/cli) to 1.0.1 (from 0.6.5) + +- update [findup-sync](https://www.npmjs.com/package/findup-sync) to 0.4.3 (from 0.1.3) + +- update [glob](https://www.npmjs.com/package/glob) to 7.1.1 (from 4.3.0) + +- update [graceful-fs](https://www.npmjs.com/package/graceful-fs) to 4.1.11 (from 3.0.5) + +- update [mime](https://www.npmjs.com/package/mime) to 1.3.4 (from 1.2.11) + +- update [mmmagic](https://www.npmjs.com/package/mmmagic) to 0.4.5 (from 0.3.11) + +- update [q](https://www.npmjs.com/package/q) to 1.4.1 (from 0.9.7) + +- update [underscore](https://www.npmjs.com/package/underscore) to 1.8.3 (from 1.7.0) + +- update [z-schema](https://www.npmjs.com/package/z-schema) to 3.18.2 (from 3.1.5) ### Fixed -- make explicit that dot-files are ignored (already implicit default) +- explicitly ignore dot-files (already implicit default) - bump deps and devDeps (fixes #24) (fixes #27) diff --git a/package.json b/package.json index e791077..7277698 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cdn-sync", "description": "deflate / synchronise assets to a CDN", - "version": "0.8.0", + "version": "1.0.0", "author": "Ron Waldon (http://jokeyrhy.me/)", "bin": { "cdn-sync": "./bin/cdn-sync"