Skip to content

Commit

Permalink
Doc: Changelog and version number for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Rossetti committed Jul 31, 2014
1 parent 94aa7d6 commit bde2311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bde2311

Please sign in to comment.