gaztec 1.3.0 → 1.4.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/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/action.yml +1 -1
- package/gaztec-install +0 -0
- package/package.json +2 -1
- /package/{test/.aztecrc → .aztecrc} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.0](https://github.com/nemi-fi/gaztec/compare/v1.3.1...v1.4.0) (2026-03-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Update cache key in action.yml to include aztecrc hash for better cache management ([f707fde](https://github.com/nemi-fi/gaztec/commit/f707fdebd40026d9a2cf525697845edf2063d864))
|
|
9
|
+
|
|
10
|
+
## [1.3.1](https://github.com/nemi-fi/gaztec/compare/v1.3.0...v1.3.1) (2026-03-04)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Revert "feat: remove gaztec-install from package.json bin section" ([f34ce4c](https://github.com/nemi-fi/gaztec/commit/f34ce4c6069451b42b883c4d64662e715216e125))
|
|
16
|
+
|
|
3
17
|
## [1.3.0](https://github.com/nemi-fi/gaztec/compare/v1.2.0...v1.3.0) (2026-03-04)
|
|
4
18
|
|
|
5
19
|
|
package/README.md
CHANGED
package/action.yml
CHANGED
package/gaztec-install
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gaztec",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Aztec version manager",
|
|
6
6
|
"repository": {
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"url": "https://github.com/nemi-fi/gaztec.git"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
|
+
"gaztec-install": "./gaztec-install",
|
|
11
12
|
"gaztec": "./gaztec"
|
|
12
13
|
},
|
|
13
14
|
"scripts": {
|
|
File without changes
|