5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 18:56:56 +00:00

chore(release): 2.4.2 [skip ci]

## [2.4.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.4.1...v2.4.2) (2020-07-02)

### Bug Fixes

* **new_release_patch_version:** fix the problem of inaccurate new_release_patch_version ([5da0ac5](5da0ac558e))
This commit is contained in:
semantic-release-bot 2020-07-02 06:44:50 +00:00
parent 5da0ac558e
commit 606b318c9c
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
## [2.4.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.4.1...v2.4.2) (2020-07-02)
### Bug Fixes
* **new_release_patch_version:** fix the problem of inaccurate new_release_patch_version ([5da0ac5](https://github.com/cycjimmy/semantic-release-action/commit/5da0ac558eb3a3a8eb75460ff9bd55cb1217da2d))
## [2.4.1](https://github.com/cycjimmy/semantic-release-action/compare/v2.4.0...v2.4.1) (2020-05-01)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "2.4.1",
"version": "2.4.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "@cycjimmy/semantic-release-action",
"version": "2.4.1",
"version": "2.4.2",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {