Skip to content

Commit 6ceb341

Browse files
authored
chore: release 0.13.0 (#121)
1 parent 16652d8 commit 6ceb341

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## [0.12.0](https://www.github.com/zakodium/adonis-mongodb/compare/v0.11.0...v0.12.0) (2021-09-23)
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.12.0",
3+
"version": "0.13.0",
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)