Skip to content

Commit 2be79ab

Browse files
committed
chore(release): 1.2.1
1 parent 155c770 commit 2be79ab

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
### [1.2.1](https://github.com/cresh-io/action-ghcr-batch-delete-versions/compare/v1.2.0...v1.2.1) (2023-03-08)
6+
7+
8+
### Bug Fixes
9+
10+
* log error ([74b2a27](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/74b2a27e716366f3f33af01164999e727107c77d))
11+
12+
13+
### Chore
14+
15+
* **ci:** enable dependabot on ga ([a4f5cc4](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/a4f5cc40fee8aab29a17ffae71a54fb6a8b777e7))
16+
* configure standard-version changelog ([155c770](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/155c770ac30466feab1817ed0c0fa8aff2c9c2b3))
17+
* **deps-dev:** bump jest from 27.3.1 to 29.5.0 ([49c970f](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/49c970f373672fc6c0c440fc20d316c5e5092d42))
18+
* **deps:** bump actions/checkout from 2 to 3 ([aaa5a25](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/aaa5a257fbec3a3f3ed22cd4da4404ca0f04d159))
19+
* **deps:** bump actions/github-script from 5 to 6 ([3602c02](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/3602c02bc60f248a0e220c8075442242ac11f1db))
20+
* **deps:** bump json5 from 2.2.0 to 2.2.3 ([ba41cc8](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/ba41cc83c1388d7d7d9a42266c789402b12edb91))
21+
* **deps:** bump jsonwebtoken and universal-github-app-jwt ([690b551](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/690b55155977667eecc9d8c5139df48bb02671b4))
22+
* **deps:** bump minimatch from 3.0.4 to 3.1.2 ([5dff25a](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/5dff25ac1a253fbb48d76df326f6f5b9fed569c4))
23+
* **deps:** bump octokit from 1.7.0 to 2.0.14 ([2f07c56](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/2f07c5618cb756b39be634c8b15e43d9038a4fa7))
24+
* **deps:** bump yargs from 17.2.1 to 17.7.1 ([1c3f831](https://github.com/cresh-io/action-ghcr-batch-delete-versions/commit/1c3f8310a1593b4d18898ae57f8b8ec70640aa06))
25+
526
## [1.2.0](https://github.com/cresh-io/action-ghcr-batch-delete-versions/compare/v1.1.1...v1.2.0) (2022-05-12)
627

728

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-ghcr-batch-delete-versions",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "This action can delete batch of ghcr package versions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)