semantic-release-additional-tags 1.0.2 → 1.0.4

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.0.4](https://github.com/4ch3los/semantic-release-additional-tags/compare/v1.0.3...v1.0.4) (2024-12-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([80abf94](https://github.com/4ch3los/semantic-release-additional-tags/commit/80abf94c26336db3ce075a313a3466463e7ecea2))
7
+
8
+ ## [1.0.3](https://github.com/4ch3los/semantic-release-additional-tags/compare/v1.0.2...v1.0.3) (2024-09-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Updated dependencies, trigger release ([1be9d80](https://github.com/4ch3los/semantic-release-additional-tags/commit/1be9d8042010648d85a680d63c370a25884212a9))
14
+
1
15
  ## [1.0.2](https://github.com/4ch3los/semantic-release-additional-tags/compare/v1.0.1...v1.0.2) (2024-07-23)
2
16
 
3
17
 
package/README.MD CHANGED
@@ -89,3 +89,4 @@ semantic-release:
89
89
  - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
90
90
  when: always
91
91
  ```
92
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semantic-release-additional-tags",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "A semantic-release plugin, with the ability to add additional tags like v1.latest, latest and support for gitlab protected tags",
5
5
  "main": "index.js",
6
6
  "author": "Kai Fink",
@@ -11,7 +11,7 @@
11
11
  "devDependencies": {
12
12
  "@semantic-release/changelog": "^6.0.3",
13
13
  "@semantic-release/git": "^10.0.1",
14
- "@semantic-release/github": "^10.1.1",
14
+ "@semantic-release/github": "^11.0.0",
15
15
  "@semantic-release/npm": "^12.0.1",
16
16
  "semantic-release": "^24.0.0"
17
17
  },