Skip to content

Commit

Permalink
chore(main): release 0.20.1 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Jan 15, 2025
1 parent 5c01a0e commit 77eb2b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.20.0"}
{".":"0.20.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.20.1](https://github.com/zakodium/adonis-mongodb/compare/v0.20.0...v0.20.1) (2025-01-15)


### Bug Fixes

* preserve TS triple-slash references ([#169](https://github.com/zakodium/adonis-mongodb/issues/169)) ([5c01a0e](https://github.com/zakodium/adonis-mongodb/commit/5c01a0e1118d3d7f035d59f676c02855be896dca))

## [0.20.0](https://github.com/zakodium/adonis-mongodb/compare/v0.19.0...v0.20.0) (2025-01-15)


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.20.0",
"version": "0.20.1",
"description": "MongoDB provider for AdonisJs",
"main": "./lib/providers/MongodbProvider.js",
"types": "./lib/adonis-typings/index.d.ts",
Expand Down

0 comments on commit 77eb2b5

Please sign in to comment.