Skip to content

Commit b33e134

Browse files
authored
chore(main): release 0.14.1 (#133)
1 parent b7eda71 commit b33e134

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.14.1](https://github.com/zakodium/adonis-mongodb/compare/v0.14.0...v0.14.1) (2023-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* add "override" to migration template ([#132](https://github.com/zakodium/adonis-mongodb/issues/132)) ([d8f8dc7](https://github.com/zakodium/adonis-mongodb/commit/d8f8dc73efc0afd0a0e538052c4fec7ca9094527))
9+
* ignore type declaration files in migrations directory ([#137](https://github.com/zakodium/adonis-mongodb/issues/137)) ([b7eda71](https://github.com/zakodium/adonis-mongodb/commit/b7eda718256c295ca3117f6ba16ef87db6e56c3c))
10+
311
## [0.14.0](https://github.com/zakodium/adonis-mongodb/compare/v0.13.0...v0.14.0) (2023-02-13)
412

513

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.14.0",
3+
"version": "0.14.1",
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)