Skip to content

Commit d5104e5

Browse files
build(release): 🚀 v10.1.0 🦉
# [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]
1 parent 2bee945 commit d5104e5

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [10.1.0](https://github.com/readmeio/rdme/compare/v10.0.0...v10.1.0) (2025-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **openapi:** type fixes in `prepareOas` ([#1141](https://github.com/readmeio/rdme/issues/1141)) ([fc55d28](https://github.com/readmeio/rdme/commit/fc55d285658e7918bc697398d7c2b10e8a39cacc))
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **openapi:** tooling upgrades ([#1126](https://github.com/readmeio/rdme/issues/1126)) ([6678d68](https://github.com/readmeio/rdme/commit/6678d689d6a41347e249b15a8f78b1ba1bde8154))
13+
* **v9:** backport openapi tooling etc. from v10 ([#1145](https://github.com/readmeio/rdme/issues/1145)) ([14828db](https://github.com/readmeio/rdme/commit/14828db4aa8d29c2509198ed2be53b91e9ce3fdb))
14+
115
# [10.1.0-next.4](https://github.com/readmeio/rdme/compare/v10.1.0-next.3...v10.1.0-next.4) (2025-01-06)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdme",
3-
"version": "10.1.0-next.4",
3+
"version": "10.1.0",
44
"description": "ReadMe's official CLI and GitHub Action.",
55
"license": "MIT",
66
"author": "ReadMe <[email protected]> (https://readme.com)",

0 commit comments

Comments
 (0)