Skip to content

Commit

Permalink
chore(main): release 0.18.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot committed Nov 10, 2023
1 parent 3d136b9 commit fcc707d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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": "@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",
Expand Down

0 comments on commit fcc707d

Please sign in to comment.