@anthor/mongoose-remove 1.28.2-alpha.0 → 1.28.2-alpha.1

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 +12 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,12 +3,21 @@
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.28.2-alpha.1](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2-alpha.1) (2021-12-14)
7
7
 
8
8
 
9
- ### Bug Fixes
10
9
 
11
- * fix changelogs and versions ([59d8a43](https://github.com/anthorteam/backend/commit/59d8a431f78e3203901c22629df525f4feb53161))
10
+ ## [1.28.1](https://github.com/anthorteam/backend/compare/v1.28.1-alpha.1...v1.28.1) (2021-12-08)
11
+
12
+ **Note:** Version bump only for package @anthor/mongoose-remove
13
+
14
+
15
+
16
+
17
+
18
+ ## [1.28.1](https://github.com/anthorteam/backend/compare/v1.28.1-alpha.1...v1.28.1) (2021-12-08)
19
+
20
+ **Note:** Version bump only for package @anthor/mongoose-remove
12
21
 
13
22
 
14
23
 
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.28.2-alpha.1",
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": "56c17d7efa59049040f8cc846526d24e08f86c41"
25
25
  }