Skip to content

Commit fd5d869

Browse files
authored
chore(main): release 0.20.2 (#172)
1 parent 640eb39 commit fd5d869

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.20.1"}
1+
{".":"0.20.2"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.20.2](https://github.com/zakodium/adonis-mongodb/compare/v0.20.1...v0.20.2) (2025-01-15)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing triple-slash reference for transaction types ([#171](https://github.com/zakodium/adonis-mongodb/issues/171)) ([640eb39](https://github.com/zakodium/adonis-mongodb/commit/640eb39e2c75c4a68992dc36537e667b17680a14))
9+
310
## [0.20.1](https://github.com/zakodium/adonis-mongodb/compare/v0.20.0...v0.20.1) (2025-01-15)
411

512

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.20.1",
3+
"version": "0.20.2",
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)