silentium 0.0.21 → 0.0.22
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 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.0.22](https://github.com/silentium-lab/silentium/compare/v0.0.21...v0.0.22) (2025-05-02)
|
|
6
|
+
|
|
5
7
|
### [0.0.21](https://github.com/silentium-lab/silentium/compare/v0.0.20...v0.0.21) (2025-05-02)
|
|
6
8
|
|
|
7
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "silentium",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/silentium.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"cz": "git add . && git cz",
|
|
21
21
|
"push-head": "git push origin HEAD",
|
|
22
22
|
"test-debug": "env DEBUG=app:* vitest",
|
|
23
|
-
"release": "./beforeRelease.sh && npm run build && standard-version --no-verify && git push --follow-tags && npm publish",
|
|
23
|
+
"release": "./beforeRelease.sh && npm run build && git add . && standard-version --no-verify && git push --follow-tags && npm publish",
|
|
24
24
|
"prepare": "husky"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|