Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jokeyrhyme committed Jan 11, 2017
1 parent 9289b30 commit 7e6ad5b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://jokeyrhy.me/)",
"bin": {
"cdn-sync": "./bin/cdn-sync"
Expand Down

0 comments on commit 7e6ad5b

Please sign in to comment.