Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 3, 2021
1 parent ed9e127 commit e452c39
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.1.2](https://github.com/GiovanniCardamone/fastify-autosecurity/compare/v0.1.1...v0.1.2) (2021-10-03)


### Bug Fixes

* apply parameters security ([c318075](https://github.com/GiovanniCardamone/fastify-autosecurity/commit/c318075673908bdd984d15850707df4ef4dc9375))
* removed console.log ([ed9e127](https://github.com/GiovanniCardamone/fastify-autosecurity/commit/ed9e127e806b51d4acf994379609f72696913c08))



## [0.1.1](https://github.com/GiovanniCardamone/fastify-autosecurity/compare/v0.1.0...v0.1.1) (2021-08-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-autosecurity",
"version": "0.1.1",
"version": "0.1.2",
"description": "fastest way to map directories to URLs in fastify",
"main": "dist",
"prettier": "@giovannicardamone/prettier-config",
Expand Down Expand Up @@ -48,4 +48,4 @@
"fastify": "^3.20.2",
"fastify-swagger": "^4.9.0"
}
}
}

0 comments on commit e452c39

Please sign in to comment.