We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c6370 commit 7438a69Copy full SHA for 7438a69
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.14.4](https://github.com/zakodium/adonis-mongodb/compare/v0.14.3...v0.14.4) (2023-05-08)
4
+
5
6
+### Bug Fixes
7
8
+* publish on npm and GPR ([51c6370](https://github.com/zakodium/adonis-mongodb/commit/51c63704c3927de6d6efbfdd16f6934e11c64e2b))
9
10
## [0.14.3](https://github.com/zakodium/adonis-mongodb/compare/v0.14.2...v0.14.3) (2023-03-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@zakodium/adonis-mongodb",
- "version": "0.14.3",
+ "version": "0.14.4",
"description": "MongoDB provider for AdonisJs",
"main": "./lib/providers/MongodbProvider.js",
"types": "./lib/adonis-typings/index.d.ts",
0 commit comments