We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16652d8 commit 6ceb341Copy full SHA for 6ceb341
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.13.0](https://www.github.com/zakodium/adonis-mongodb/compare/v0.12.0...v0.13.0) (2021-11-22)
4
+
5
6
+### Features
7
8
+* **migrations:** add dropIndex method ([16652d8](https://www.github.com/zakodium/adonis-mongodb/commit/16652d8c136758f9a8758fe3f0bc97917fcbf5fc))
9
10
## [0.12.0](https://www.github.com/zakodium/adonis-mongodb/compare/v0.11.0...v0.12.0) (2021-09-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@zakodium/adonis-mongodb",
- "version": "0.12.0",
+ "version": "0.13.0",
"description": "MongoDB provider for AdonisJs",
"main": "./lib/providers/MongodbProvider.js",
"types": "./lib/adonis-typings/index.d.ts",
0 commit comments