From 76dc8bdcf5c201a0b6f4409b4b3fba08f00c694b Mon Sep 17 00:00:00 2001 From: devops-radicalbit Date: Wed, 19 Jun 2024 18:42:05 +0200 Subject: [PATCH] chore(main): release 0.8.1 --- .github/release-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ docs/docusaurus.config.js | 2 +- version.txt | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/release-manifest.json b/.github/release-manifest.json index fe77f113..0e7e06e0 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..07e43681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.8.1](https://github.com/radicalbit/radicalbit-x/compare/v0.8.0...v0.8.1) (2024-06-19) + + +### Bug Fixes + +* **ci:** yarn cache in wf ([7c7ab2f](https://github.com/radicalbit/radicalbit-x/commit/7c7ab2f8a6d1cf59d197f265a94ac3c9f85aa571)) +* using github PAT in release wf ([76afa5e](https://github.com/radicalbit/radicalbit-x/commit/76afa5e4590d7a279715a631d8b18fe49cc39709)) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 99c8ed0d..3675e9a6 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,7 +7,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; // x-release-please-start-version -const VERSION = '0.8.0'; +const VERSION = '0.8.1'; // x-release-please-end /** @type {import('@docusaurus/types').Config} */ diff --git a/version.txt b/version.txt index a3df0a69..6f4eebdf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.0 +0.8.1