Skip to content

Commit 77eb2b5

Browse files
authored
chore(main): release 0.20.1 (#170)
1 parent 5c01a0e commit 77eb2b5

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.0"}
1+
{".":"0.20.1"}

CHANGELOG.md

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

3+
## [0.20.1](https://github.com/zakodium/adonis-mongodb/compare/v0.20.0...v0.20.1) (2025-01-15)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve TS triple-slash references ([#169](https://github.com/zakodium/adonis-mongodb/issues/169)) ([5c01a0e](https://github.com/zakodium/adonis-mongodb/commit/5c01a0e1118d3d7f035d59f676c02855be896dca))
9+
310
## [0.20.0](https://github.com/zakodium/adonis-mongodb/compare/v0.19.0...v0.20.0) (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.0",
3+
"version": "0.20.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)