mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
chore(release): 2.1.1 [skip ci]
## [2.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.0...v2.1.1) (2020-01-13) ### Bug Fixes * **install:** uninterrupted installation errors ([3a7ccd6](3a7ccd6a7f)) ### Performance Improvements * use the latest version of semantic-release by default ([600e4f0](600e4f0e2b))
This commit is contained in:
parent
840d793121
commit
a8e227e5cb
3 changed files with 14 additions and 2 deletions
|
|
@ -1,3 +1,15 @@
|
|||
## [2.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v2.1.0...v2.1.1) (2020-01-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **install:** uninterrupted installation errors ([3a7ccd6](https://github.com/cycjimmy/semantic-release-action/commit/3a7ccd6a7fe4ed5e17de6560568e0b7b200709ed))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* use the latest version of semantic-release by default ([600e4f0](https://github.com/cycjimmy/semantic-release-action/commit/600e4f0e2b761e1745995b660d7d8a8977172d26))
|
||||
|
||||
# [2.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.3...v2.1.0) (2019-10-31)
|
||||
|
||||
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cycjimmy/semantic-release-action",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cycjimmy/semantic-release-action",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "GitHub Action for Semantic Release",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue