Skip to content

Commit

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

* 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 12, 2024
1 parent f260a00 commit f05d6f0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 22 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-next.1](https://github.com/readmeio/rdme/compare/v9.0.5...v10.0.0-next.1) (2024-12-12)


* 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).

## [9.0.5](https://github.com/readmeio/rdme/compare/v9.0.4...v9.0.5) (2024-12-12)


Expand Down
38 changes: 19 additions & 19 deletions dist-gha/commands.js

Large diffs are not rendered by default.

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": "9.0.5",
"version": "10.0.0-next.1",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit f05d6f0

Please sign in to comment.