@exulu/backend 1.2.0 → 1.3.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 +2 -8
- package/package.json +1 -1
- package/release.config.cjs +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
# [1.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* removed release.rc ([32d581f](https://github.com/Qventu/exulu-backend/commit/32d581fb642b3e829bb47224006ffc6afc3f5d36))
|
|
1
|
+
# [1.3.0](https://github.com/Qventu/exulu-backend/compare/v1.2.0...v1.3.0) (2025-07-30)
|
|
7
2
|
|
|
8
3
|
|
|
9
4
|
### Features
|
|
10
5
|
|
|
11
|
-
* add
|
|
12
|
-
* running semantic release via npm ([3ce05e7](https://github.com/Qventu/exulu-backend/commit/3ce05e791290c9ce6451a8855983907b41eb0aeb))
|
|
6
|
+
* add github plugin to semantic-release ([038bdcc](https://github.com/Qventu/exulu-backend/commit/038bdccc5ed22f5d5c9f075e4c0984a55cfd1f2d))
|
|
13
7
|
|
|
14
8
|
# [1.1.0](https://github.com/Qventu/exulu-backend/compare/v1.0.1...v1.1.0) (2025-07-30)
|
|
15
9
|
|
package/package.json
CHANGED