patron-oop 1.17.0 → 1.18.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 +7 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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
|
+
## [1.18.0](https://github.com/kosukhin/patron/compare/v1.17.0...v1.18.0) (2024-11-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **main:** исправить команду релиза ([1166dde](https://github.com/kosukhin/patron/commit/1166dde209a59b844acccb99ad2e584b246f747c))
|
|
11
|
+
|
|
5
12
|
## [1.17.0](https://github.com/kosukhin/patron/compare/v1.16.0...v1.17.0) (2024-11-02)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "patron-oop",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.18.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/patron.js",
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"test": "vitest",
|
|
17
17
|
"cz": "git add . && git cz",
|
|
18
18
|
"test-debug": "env DEBUG=app:* vitest",
|
|
19
|
-
"release": "npm run build && standard-version --no-verify"
|
|
20
|
-
"publish": "npm publish"
|
|
19
|
+
"release": "npm run build && standard-version --no-verify && git push --follow-tags && npm publish"
|
|
21
20
|
},
|
|
22
21
|
"repository": {
|
|
23
22
|
"type": "git",
|