From 007fbce93c958c86f6ab1fedf674354aea9520c1 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 01:32:49 +0000 Subject: [PATCH] chore(main): release 1.1.8 --- CHANGELOG.md | 9 +++++++++ Dockerfile | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e08dd..e43ce97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [1.1.8](https://github.com/netlify/submit-build-plugin-action/compare/v1.1.7...v1.1.8) (2022-05-09) + + +### Bug Fixes + +* **deps:** update dependency @actions/core to v1.7.0 ([#57](https://github.com/netlify/submit-build-plugin-action/issues/57)) ([a384ac9](https://github.com/netlify/submit-build-plugin-action/commit/a384ac9e6df7fe06e1e8515345f4c0f11fc217aa)) +* **deps:** update dependency @actions/core to v1.8.0 ([#59](https://github.com/netlify/submit-build-plugin-action/issues/59)) ([78083fe](https://github.com/netlify/submit-build-plugin-action/commit/78083fe2a8c8d317b45a3e231f65ac887b984f16)) +* **deps:** update dependency pacote to v13.3.0 ([#60](https://github.com/netlify/submit-build-plugin-action/issues/60)) ([47ef7c4](https://github.com/netlify/submit-build-plugin-action/commit/47ef7c40c301bc20dbf7718cfdf2ec9ec845596f)) + ### [1.1.7](https://github.com/netlify/submit-build-plugin-action/compare/v1.1.6...v1.1.7) (2022-04-11) diff --git a/Dockerfile b/Dockerfile index d0aad36..ebc9da9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL "homepage"="https://github.com/netlify/submit-build-plugin-action" LABEL "maintainer"="Netlify" # {x-release-please-start-version} -LABEL "version"="1.1.7" +LABEL "version"="1.1.8" # {x-release-please-end} COPY package.json package-lock.json tsconfig.json / diff --git a/package-lock.json b/package-lock.json index ff4f4c5..68f1430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/submit-build-plugin-action", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/submit-build-plugin-action", - "version": "1.1.7", + "version": "1.1.8", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index b748245..381955a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@netlify/submit-build-plugin-action", "private": true, - "version": "1.1.7", + "version": "1.1.8", "description": "A GitHub action to submit a Netlify Build Plugin to the plugins directory", "files": [ "dist/**/*.js",