Skip to content

Commit

Permalink
chore(main): release 0.20.0 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Jan 15, 2025
1 parent 2928b95 commit 02c31ac
Show file tree
Hide file tree
Showing 3 changed files with 18 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.19.0"}
{".":"0.20.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* remove support for EoL Node.js 16

### Features

* add `dropCollection` migration method ([#168](https://github.com/zakodium/adonis-mongodb/issues/168)) ([2928b95](https://github.com/zakodium/adonis-mongodb/commit/2928b95fd84dcb956e91a2520bcefd76279a5836))


### Miscellaneous Chores

* remove support for EoL Node.js 16 ([d3bcf9b](https://github.com/zakodium/adonis-mongodb/commit/d3bcf9b2155e1bee88f063ae50b83ae208d6c5ad))

## [0.19.0](https://github.com/zakodium/adonis-mongodb/compare/v0.18.1...v0.19.0) (2024-06-17)


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

0 comments on commit 02c31ac

Please sign in to comment.