Skip to content

Commit f3bf92d

Browse files
committed
Release action-archiver v1.2.0
1 parent 0499cfb commit f3bf92d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ All notable changes to this project will be documented in this file.
1414
> - Internal
1515
> - Unreleased
1616
17+
## v1.2.0 (2025-06-12)
18+
19+
#### Dependency Updates
20+
21+
- Update @actions/core to v1.10.0 ([e6d4b22](https://github.com/sibiraj-s/action-archiver/commit/e6d4b22))
22+
- Update archiver to v7.0.1 ([847b0ae](https://github.com/sibiraj-s/action-archiver/commit/847b0ae))
23+
24+
#### Bug Fixes
25+
26+
- Improved error handling and flaky test fixes ([b0c1e3a](https://github.com/sibiraj-s/action-archiver/commit/b0c1e3a))
27+
1728
## v1.1.2 (2022-11-20)
1829

1930
#### Dependency Updates

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-archiver",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Github action to generate tar/zip archives",
55
"author": "sibiraj-s",
66
"license": "MIT",

0 commit comments

Comments
 (0)