Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Cardoso committed Jan 29, 2015
1 parent 5683940 commit c89b5ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-pagination",
"version": "0.1.1",
"version": "0.1.2",
"description": "Koa Pagination",
"main": "index.js",
"engines": {
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c89b5ed

Please sign in to comment.