diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b52ee..54fb2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.23](https://github.com/podium-lib/fastify-podlet/compare/v2.2.22...v2.2.23) (2021-05-05) + + +### Bug Fixes + +* **deps:** update dependency @podium/utils to v4.4.18 ([40ed423](https://github.com/podium-lib/fastify-podlet/commit/40ed423852718f7052f1bcc4ebe4754f8731ac2d)) + ## [2.2.22](https://github.com/podium-lib/fastify-podlet/compare/v2.2.21...v2.2.22) (2021-04-27) diff --git a/package.json b/package.json index 676aa43..318624d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/fastify-podlet", - "version": "2.2.22", + "version": "2.2.23", "description": "Fastify plugin for Podium Podlet", "main": "lib/podlet-plugin.js", "repository": {