From eaa40e87de6d5fe6c43b77c5339e026d21cf2a8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Dec 2024 00:08:48 +0000 Subject: [PATCH] =?UTF-8?q?build(release):=20=F0=9F=9A=80=20v10.0.0=20?= =?UTF-8?q?=F0=9F=A6=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [10.0.0](https://github.com/readmeio/rdme/compare/v9.0.5...v10.0.0) (2024-12-13) * feat!: v10 release ([#1113](https://github.com/readmeio/rdme/issues/1113)) ([f260a00](https://github.com/readmeio/rdme/commit/f260a004d53a4ece9d33236b1d66665cab3ba68e)) ### BREAKING CHANGES * `categories`, `custompages`, `docs` and `versions` have now been removed. Please use a bidirectional syncing workflow instead. Read more in [our migration guide](https://github.com/readmeio/rdme/tree/v10/documentation/migration-guide.md). * `rdme openapi` has been replaced by `rdme openapi upload`. Read more in [our migration guide](https://github.com/readmeio/rdme/tree/v10/documentation/migration-guide.md). [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d229074b..d311ce70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [10.0.0](https://github.com/readmeio/rdme/compare/v9.0.5...v10.0.0) (2024-12-13) + + +* feat!: v10 release ([#1113](https://github.com/readmeio/rdme/issues/1113)) ([f260a00](https://github.com/readmeio/rdme/commit/f260a004d53a4ece9d33236b1d66665cab3ba68e)) + + +### BREAKING CHANGES + +* `categories`, `custompages`, `docs` and `versions` have +now been removed. Please use a bidirectional syncing workflow instead. +Read more in [our migration +guide](https://github.com/readmeio/rdme/tree/v10/documentation/migration-guide.md). +* `rdme openapi` has been replaced by `rdme openapi +upload`. Read more in [our migration +guide](https://github.com/readmeio/rdme/tree/v10/documentation/migration-guide.md). + # [10.0.0-next.1](https://github.com/readmeio/rdme/compare/v9.0.5...v10.0.0-next.1) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index 69de00d71..f829dae2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "10.0.0-next.1", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rdme", - "version": "10.0.0-next.1", + "version": "10.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 1dec75025..9d1c28a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "10.0.0-next.1", + "version": "10.0.0", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",