Skip to content

Commit

Permalink
build(release): 🚀 v10.1.0 🦉
Browse files Browse the repository at this point in the history
# [10.1.0](v10.0.0...v10.1.0) (2025-01-14)

### Bug Fixes

* **openapi:** type fixes in `prepareOas` ([#1141](#1141)) ([fc55d28](fc55d28))

### Features

* **openapi:** a fresh coat of paint on `openapi inspect` ([#1127](#1127)) ([ff8c304](ff8c304))
* **openapi:** tooling upgrades ([#1126](#1126)) ([6678d68](6678d68))
* **v9:** backport openapi tooling etc. from v10 ([#1145](#1145)) ([14828db](14828db))

[skip ci]
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent 2bee945 commit d5104e5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [10.1.0](https://github.com/readmeio/rdme/compare/v10.0.0...v10.1.0) (2025-01-14)


### Bug Fixes

* **openapi:** type fixes in `prepareOas` ([#1141](https://github.com/readmeio/rdme/issues/1141)) ([fc55d28](https://github.com/readmeio/rdme/commit/fc55d285658e7918bc697398d7c2b10e8a39cacc))


### Features

* **openapi:** a fresh coat of paint on `openapi inspect` ([#1127](https://github.com/readmeio/rdme/issues/1127)) ([ff8c304](https://github.com/readmeio/rdme/commit/ff8c304c84cb58aa27754d9f5a85092e610ed1f4))
* **openapi:** tooling upgrades ([#1126](https://github.com/readmeio/rdme/issues/1126)) ([6678d68](https://github.com/readmeio/rdme/commit/6678d689d6a41347e249b15a8f78b1ba1bde8154))
* **v9:** backport openapi tooling etc. from v10 ([#1145](https://github.com/readmeio/rdme/issues/1145)) ([14828db](https://github.com/readmeio/rdme/commit/14828db4aa8d29c2509198ed2be53b91e9ce3fdb))

# [10.1.0-next.4](https://github.com/readmeio/rdme/compare/v10.1.0-next.3...v10.1.0-next.4) (2025-01-06)


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

0 comments on commit d5104e5

Please sign in to comment.