Skip to content

Commit f08e9c8

Browse files
build(release): 🚀 v10.2.0-next.5 🦉
# [10.2.0-next.5](v10.2.0-next.4...v10.2.0-next.5) (2025-03-05) ### Features * **openapi:** improvements to circular ref detection, validation errors ([#1189](#1189)) ([57b732f](57b732f)) [skip ci]
1 parent 57b732f commit f08e9c8

File tree

7 files changed

+1934
-76
lines changed

7 files changed

+1934
-76
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [10.2.0-next.5](https://github.com/readmeio/rdme/compare/v10.2.0-next.4...v10.2.0-next.5) (2025-03-05)
2+
3+
4+
### Features
5+
6+
* **openapi:** improvements to circular ref detection, validation errors ([#1189](https://github.com/readmeio/rdme/issues/1189)) ([57b732f](https://github.com/readmeio/rdme/commit/57b732f870680afe2ff7fcda4221468e4763bd7a))
7+
18
# [10.2.0-next.4](https://github.com/readmeio/rdme/compare/v10.2.0-next.3...v10.2.0-next.4) (2025-02-24)
29

310

dist-gha/commands.js

+1,326-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist-gha/run.cjs

+596-25
Large diffs are not rendered by default.

documentation/commands/autocomplete.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ EXAMPLES
3434
$ rdme autocomplete --refresh-cache
3535
```
3636

37-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.20/src/commands/autocomplete/index.ts)_
37+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.24/src/commands/autocomplete/index.ts)_

documentation/commands/help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ DESCRIPTION
2323
Display help for rdme.
2424
```
2525

26-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.24/src/commands/help.ts)_
26+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts)_

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdme",
3-
"version": "10.2.0-next.4",
3+
"version": "10.2.0-next.5",
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)