🔖 Release v1.1.1 [skip ci]

This commit is contained in:
semantic-release-bot
2021-05-04 06:20:47 +00:00
parent f31ae7b6e0
commit 252330a745
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
## v1.1.1 (2021-05-04)
[📝 Release notes](https://github.com/koj-co/package-version-action/releases/tag/v1.1.1) · [💻 Compare](https://github.com/koj-co/package-version-action/compare/v1.1.0...v1.1.1) · [🔖 Tag](https://github.com/koj-co/package-version-action/tree/v1.1.1) · 🗄️ Archive ([zip](https://github.com/koj-co/package-version-action/archive/v1.1.1.zip) · [tar.gz](https://github.com/koj-co/package-version-action/archive/v1.1.1.tar.gz))
### 🐛 Bug fixes
- [`2241767`](https://github.com/koj-co/package-version-action/commit/2241767) Only add release info if found
## v1.1.0 (2021-05-03)
[📝 Release notes](https://github.com/koj-co/package-version-action/releases/tag/v1.1.0) · [💻 Compare](https://github.com/koj-co/package-version-action/compare/v1.0.4...v1.1.0) · [🔖 Tag](https://github.com/koj-co/package-version-action/tree/v1.1.0) · 🗄️ Archive ([zip](https://github.com/koj-co/package-version-action/archive/v1.1.0.zip) · [tar.gz](https://github.com/koj-co/package-version-action/archive/v1.1.0.tar.gz))

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "package-version-action",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "package-version-action",
"version": "1.1.0",
"version": "1.1.1",
"description": "GitHub Action to get the package.json version and a SHA suffix",
"main": "dist/index.js",
"scripts": {