From 3028a1996950bdeaf92de0623afa92fe1485c2d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Sep 2023 18:22:05 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v8.7.0-next.1?= =?UTF-8?q?=20=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [8.7.0-next.1](https://github.com/readmeio/rdme/compare/v8.6.6...v8.7.0-next.1) (2023-09-07) ### Features * **test:** moving unit tests over to vitest ([#857](https://github.com/readmeio/rdme/issues/857)) ([36d561b](https://github.com/readmeio/rdme/commit/36d561bba08593fb54b8473b5782d12ad436b98e)), closes [#870](https://github.com/readmeio/rdme/issues/870) [skip ci] --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a992d983..e4d93f56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.7.0-next.1](https://github.com/readmeio/rdme/compare/v8.6.6...v8.7.0-next.1) (2023-09-07) + + +### Features + +* **test:** moving unit tests over to vitest ([#857](https://github.com/readmeio/rdme/issues/857)) ([36d561b](https://github.com/readmeio/rdme/commit/36d561bba08593fb54b8473b5782d12ad436b98e)), closes [#870](https://github.com/readmeio/rdme/issues/870) + ## [8.6.6](https://github.com/readmeio/rdme/compare/v8.6.5...v8.6.6) (2023-08-24) diff --git a/action.yml b/action.yml index 5fceeb493..81dd86b3c 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: description: The rdme command result output runs: using: docker - image: docker://ghcr.io/readmeio/rdme:8.6.6 + image: docker://ghcr.io/readmeio/rdme:8.7.0-next.1 args: - docker-gha - ${{ inputs.rdme }} diff --git a/package-lock.json b/package-lock.json index 7d62fd867..ddc9a4608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.6.6", + "version": "8.7.0-next.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.6.6", + "version": "8.7.0-next.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 5f62f64a6..1c88a9f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.6.6", + "version": "8.7.0-next.1", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",