koa-pagination
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Changelog | ||
## [v1.1.1](https://github.com/seegno/koa-pagination/tree/v1.1.1) (2016-05-04) | ||
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v1.1.0...v1.1.1) | ||
**Merged pull requests:** | ||
- Update README [\#29](https://github.com/seegno/koa-pagination/pull/29) ([franciscocardoso](https://github.com/franciscocardoso)) | ||
## [v1.1.0](https://github.com/seegno/koa-pagination/tree/v1.1.0) (2016-05-04) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/seegno/koa-pagination/compare/v1.0.0...v1.1.0) |
{ | ||
"name": "koa-pagination", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Koa Pagination", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -79,2 +79,11 @@ # Koa Pagination | ||
## Release | ||
```sh | ||
npm version [<newversion> | major | minor | patch] -m "Release %s" | ||
``` | ||
## License | ||
MIT | ||
[npm-image]: https://img.shields.io/npm/v/koa-pagination.svg?style=flat-square | ||
@@ -81,0 +90,0 @@ [npm-url]: https://npmjs.org/package/koa-pagination |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24706
95