@anthor/mongoose-remove 1.28.2-alpha.0 → 1.29.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,12 +3,37 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.28.2-alpha.0](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.0...v1.28.2-alpha.0) (2021-12-09)
6
+ # [1.29.0](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.11...v1.29.0) (2022-01-13)
7
7
 
8
+ **Note:** Version bump only for package @anthor/mongoose-remove
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * fix changelogs and versions ([59d8a43](https://github.com/anthorteam/backend/commit/59d8a431f78e3203901c22629df525f4feb53161))
11
+
12
+
13
+
14
+ # [1.29.0-alpha.6](https://github.com/anthorteam/backend/compare/v1.28.3...v1.29.0-alpha.6) (2021-12-29)
15
+
16
+ **Note:** Version bump only for package @anthor/mongoose-remove
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.28.2](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2) (2021-12-10)
23
+
24
+
25
+
26
+ ## [1.28.1](https://github.com/anthorteam/backend/compare/v1.28.1-alpha.1...v1.28.1) (2021-12-08)
27
+
28
+ **Note:** Version bump only for package @anthor/mongoose-remove
29
+
30
+
31
+
32
+
33
+
34
+ ## [1.28.1](https://github.com/anthorteam/backend/compare/v1.28.1-alpha.1...v1.28.1) (2021-12-08)
35
+
36
+ **Note:** Version bump only for package @anthor/mongoose-remove
12
37
 
13
38
 
14
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthor/mongoose-remove",
3
- "version": "1.28.2-alpha.0",
3
+ "version": "1.29.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -21,5 +21,5 @@
21
21
  "dependencies": {
22
22
  "mongoose": "^5.9.18"
23
23
  },
24
- "gitHead": "3924fad420192806bb4fd9810bdad3a73ef7ae45"
24
+ "gitHead": "ec5c70a59938885d9f24be60103e791973e4ae3a"
25
25
  }