@pioneer-platform/mongo-atlas 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @pioneer-platform/mongo-atlas
|
2
2
|
|
3
|
+
## 1.2.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- Automated minor version bump for all packages
|
8
|
+
|
9
|
+
## 1.1.1
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- Automated patch version bump for all packages
|
14
|
+
|
3
15
|
## 1.1.0
|
4
16
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pioneer-platform/mongo-atlas",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.2.0",
|
4
4
|
"description": "Modern MongoDB Atlas connection manager for Pioneer platform",
|
5
5
|
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "jest"
|
8
|
+
},
|
6
9
|
"keywords": [
|
7
10
|
"mongodb",
|
8
11
|
"atlas",
|
@@ -21,8 +24,5 @@
|
|
21
24
|
},
|
22
25
|
"directories": {
|
23
26
|
"test": "tests"
|
24
|
-
},
|
25
|
-
"scripts": {
|
26
|
-
"test": "jest"
|
27
27
|
}
|
28
|
-
}
|
28
|
+
}
|