Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](1.2.2...1.2.3) (2019-10-01)

### Bug Fixes

* **auth:** change to request path in allowed routes ([4425453](4425453))
* **auth.js:** fix allowed routes in url with query string ([0b8a1bc](0b8a1bc))
  • Loading branch information
semantic-release-bot committed Oct 1, 2019
1 parent 334d4f4 commit d6d77f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.3](https://github.com/Lansoweb/koa-mongo-crud/compare/1.2.2...1.2.3) (2019-10-01)


### Bug Fixes

* **auth:** change to request path in allowed routes ([4425453](https://github.com/Lansoweb/koa-mongo-crud/commit/4425453))
* **auth.js:** fix allowed routes in url with query string ([0b8a1bc](https://github.com/Lansoweb/koa-mongo-crud/commit/0b8a1bc))

## [1.2.2](https://github.com/Lansoweb/koa-mongo-crud/compare/1.2.1...1.2.2) (2019-09-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-mongo-crud",
"version": "1.2.2",
"version": "1.2.3",
"description": "Base API for CRUD using koa and mongo",
"main": "index.js",
"repository": "[email protected]:Lansoweb/koa-mongo-crud.git",
Expand Down

0 comments on commit d6d77f3

Please sign in to comment.