Skip to content

Commit

Permalink
chore(release): 3.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.2](v3.4.1...v3.4.2) (2023-03-30)

### Bug Fixes

* fix installation error for npm-audit ([86a0e59](86a0e59)), closes [#159](#159)
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent d1d5984 commit 8e58d20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.4.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.1...v3.4.2) (2023-03-30)


### Bug Fixes

* fix installation error for npm-audit ([86a0e59](https://github.com/cycjimmy/semantic-release-action/commit/86a0e59803808ad228284efb42a130def7974b7c)), closes [#159](https://github.com/cycjimmy/semantic-release-action/issues/159)

## [3.4.1](https://github.com/cycjimmy/semantic-release-action/compare/v3.4.0...v3.4.1) (2023-03-30)


Expand Down
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": "@cycjimmy/semantic-release-action",
"version": "3.4.1",
"version": "3.4.2",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8e58d20

Please sign in to comment.