Skip to content

Commit

Permalink
chore(release): 1.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.2](v1.5.1...v1.5.2) (2021-04-17)

### Bug Fixes

* allow any route handlers in controllers ([9ff6e8b](9ff6e8b))
  • Loading branch information
semantic-release-bot committed Apr 17, 2021
1 parent 9ff6e8b commit ce61fd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.2](https://github.com/touchifyapp/fastify-oapi/compare/v1.5.1...v1.5.2) (2021-04-17)


### Bug Fixes

* allow any route handlers in controllers ([9ff6e8b](https://github.com/touchifyapp/fastify-oapi/commit/9ff6e8ba99fa98a365ae5b2ba135f83c934d2199))

## [1.5.1](https://github.com/touchifyapp/fastify-oapi/compare/v1.5.0...v1.5.1) (2021-01-24)


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": "fastify-oapi",
"version": "1.5.1",
"version": "1.5.2",
"description": "Fastify plugin to make your fastify server fully compliant with Open API v3",
"author": "Touchify <dev@touchify.co>",
"license": "MIT",
Expand Down

0 comments on commit ce61fd6

Please sign in to comment.