diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc3dc0..3d30179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ # Changelog +## [0.18.1](https://github.com/zakodium/adonis-mongodb/compare/v0.18.0...v0.18.1) (2023-11-10) + + +### Bug Fixes + +* export `@computed` in typings and bound in Provider ([#155](https://github.com/zakodium/adonis-mongodb/issues/155)) ([3d136b9](https://github.com/zakodium/adonis-mongodb/commit/3d136b9c477d4cee9968e4a7f219573fbf60eb70)) + ## [0.18.0](https://github.com/zakodium/adonis-mongodb/compare/v0.17.0...v0.18.0) (2023-11-09) ### Features -* support [@computed](https://github.com/computed) decorator ([#153](https://github.com/zakodium/adonis-mongodb/issues/153)) ([412af03](https://github.com/zakodium/adonis-mongodb/commit/412af036b3251c0a115ff7f2264ad853a7552f03)) +* support `@computed` decorator ([#153](https://github.com/zakodium/adonis-mongodb/issues/153)) ([412af03](https://github.com/zakodium/adonis-mongodb/commit/412af036b3251c0a115ff7f2264ad853a7552f03)) ## [0.17.0](https://github.com/zakodium/adonis-mongodb/compare/v0.16.0...v0.17.0) (2023-09-22) diff --git a/package.json b/package.json index 4de9951..f4938ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zakodium/adonis-mongodb", - "version": "0.18.0", + "version": "0.18.1", "description": "MongoDB provider for AdonisJs", "main": "./lib/providers/MongodbProvider.js", "types": "./lib/adonis-typings/index.d.ts",