Skip to content

Commit

Permalink
build(release): 🚀 v10.0.0 🦉
Browse files Browse the repository at this point in the history
# [10.0.0](v9.0.5...v10.0.0) (2024-12-13)

* feat!: v10 release ([#1113](#1113)) ([f260a00](f260a00))

### 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]
  • Loading branch information
semantic-release-bot committed Dec 13, 2024
1 parent 0388be1 commit eaa40e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit eaa40e8

Please sign in to comment.