Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2018-09-14)

### Bug Fixes

* **options:** add warning if provide limit or offset ([206a8ae](206a8ae)), closes [#1](#1)
  • Loading branch information
semantic-release-bot committed Sep 14, 2018
1 parent dcac765 commit 426313d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.3](https://github.com/eclass/sequelize-paginate/compare/v1.1.2...v1.1.3) (2018-09-14)


### Bug Fixes

* **options:** add warning if provide limit or offset ([206a8ae](https://github.com/eclass/sequelize-paginate/commit/206a8ae)), closes [#1](https://github.com/eclass/sequelize-paginate/issues/1)

#### 1.1.2 (2018-05-24)

##### Bug Fixes
Expand Down Expand Up @@ -25,4 +32,3 @@
##### Chores

* **project:** first commit ([06ca9148](https://github.com/eclass/sequelize-paginate/commit/06ca9148f83c2a32f27270036e189b089a4c1655))

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequelize-paginate",
"version": "1.1.2",
"version": "1.1.3",
"description": "Sequelize model plugin for add paginate method",
"main": "src",
"scripts": {
Expand Down

0 comments on commit 426313d

Please sign in to comment.