Skip to content

Commit

Permalink
Release action-archiver v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 28, 2022
1 parent 452457b commit a499333
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ All notable changes to this project will be documented in this file.
> - Internal
> - Unreleased
## v1.1.0 (2022-02-28)

#### Features

- Add outfile path to actions output ([3ea7ad2](https://github.com/sibiraj-s/action-archiver/commit/3ea7ad2))
- Throw error if input path doesn't exist ([ad296e0](https://github.com/sibiraj-s/action-archiver/commit/ad296e0))

#### Dependency Updates

- Update @vercel/ncc to v0.33.3 ([7fb87c6](https://github.com/sibiraj-s/action-archiver/commit/7fb87c6))

## v1.0.0 (2021-12-24)

- **Initial Release**: Github action to generate tar/zip archives
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-archiver",
"version": "1.0.0",
"version": "1.1.0",
"description": "Github action to generate tar/zip archives",
"author": "sibiraj-s",
"license": "MIT",
Expand Down

0 comments on commit a499333

Please sign in to comment.