We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e70e59 commit 53c5118Copy full SHA for 53c5118
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.15.0](https://github.com/zakodium/adonis-mongodb/compare/v0.14.4...v0.15.0) (2023-05-22)
4
+
5
6
+### Features
7
8
+* add `afterUpSuccess` method to migrations ([8e70e59](https://github.com/zakodium/adonis-mongodb/commit/8e70e593c99050ef10b91b771c00e005f78d3ebe))
9
10
## [0.14.4](https://github.com/zakodium/adonis-mongodb/compare/v0.14.3...v0.14.4) (2023-05-08)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@zakodium/adonis-mongodb",
- "version": "0.14.4",
+ "version": "0.15.0",
"description": "MongoDB provider for AdonisJs",
"main": "./lib/providers/MongodbProvider.js",
"types": "./lib/adonis-typings/index.d.ts",
0 commit comments