diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..671961f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## Changelog + +### 0.1.2 / 2015-01-29 +- [#10](https://github.com/seegno/koa-pagination/pull/10) Fix github repository name (@franciscocardoso) + +### 0.1.1 / 2015-01-29 +- [#9](https://github.com/seegno/koa-pagination/pull/9) Fix pagination limit value (@franciscocardoso) + +### 0.1.0 / 2015-01-28 +- [#8](https://github.com/seegno/koa-pagination/pull/8) Fix `limit` and `offset` interpretation (@franciscocardoso) +- [#7](https://github.com/seegno/koa-pagination/pull/7) Fix count in README (@fixe) +- [#5](https://github.com/seegno/koa-pagination/pull/5) Update README (@franciscocardoso) +- [#6](https://github.com/seegno/koa-pagination/pull/6) Remove non existent precommit configurations (@franciscocardoso) +- [#4](https://github.com/seegno/koa-pagination/pull/4) Add Travis (@fixe) diff --git a/package.json b/package.json index 08783bb..82db15a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-pagination", - "version": "0.1.1", + "version": "0.1.2", "description": "Koa Pagination", "main": "index.js", "engines": { @@ -18,6 +18,7 @@ "chai": "1.10.0", "co-mocha": "1.0.2", "co-supertest": "0.0.7", + "github-changes": "0.0.16", "jshint": "2.5.10", "koa": "0.13.0", "methods": "1.1.0", @@ -28,7 +29,7 @@ "test": "0.6.0" }, "scripts": { - "changelog": "./node_modules/.bin/github-changes -o bitreserve -r koa-pagination -a --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'", + "changelog": "./node_modules/.bin/github-changes -o seegno -r koa-pagination -a --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'", "test": "NODE_ENV=test ./node_modules/.bin/mocha --harmony-generators test/*_test.js" }, "author": "Seegno",