Skip to content

Commit fcc707d

Browse files
authored
chore(main): release 0.18.1 (#156)
1 parent 3d136b9 commit fcc707d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Changelog
22

3+
## [0.18.1](https://github.com/zakodium/adonis-mongodb/compare/v0.18.0...v0.18.1) (2023-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.18.0](https://github.com/zakodium/adonis-mongodb/compare/v0.17.0...v0.18.0) (2023-11-09)
411

512

613
### Features
714

8-
* 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))
15+
* support `@computed` decorator ([#153](https://github.com/zakodium/adonis-mongodb/issues/153)) ([412af03](https://github.com/zakodium/adonis-mongodb/commit/412af036b3251c0a115ff7f2264ad853a7552f03))
916

1017
## [0.17.0](https://github.com/zakodium/adonis-mongodb/compare/v0.16.0...v0.17.0) (2023-09-22)
1118

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zakodium/adonis-mongodb",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "MongoDB provider for AdonisJs",
55
"main": "./lib/providers/MongodbProvider.js",
66
"types": "./lib/adonis-typings/index.d.ts",

0 commit comments

Comments
 (0)