diff --git a/CHANGELOG.md b/CHANGELOG.md index 0528057..a6dc5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,8 @@ Changelog * API change: Add a optional `options` parameter to the function. * New feature: Use `{ ignore_stages: true }` to only return stables versions. +### `v0.1.1` 2014-07-31 + + * New feature: Use `{ nested: 'version' }` to sort objects by field. + > Dates are in *ISO 8601* format (year-month-day) diff --git a/package.json b/package.json index 59ff579..32d1942 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "version-sort", - "version": "0.1.0", + "version": "0.1.1", "description": "Sort an array of versions.", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir .tmp/coverage", - "coveralls": "npm install coveralls && cat ./.tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", - "codeclimate": "npm install codeclimate-test-reporter && CODECLIMATE_REPO_TOKEN=1c6990a6ff3ba2c978c5f98a8270c293ae38077ba4963a963af7c0ed3899cd8c ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < .tmp/coverage/lcov.info" + "coveralls": "npm install coveralls && cat ./.tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "repository": { "type": "git",