Skip to content

Commit

Permalink
build(release): 🚀 v10.2.0-next.5 🦉
Browse files Browse the repository at this point in the history
# [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]
  • Loading branch information
semantic-release-bot committed Mar 5, 2025
1 parent 57b732f commit f08e9c8
Show file tree
Hide file tree
Showing 7 changed files with 1,934 additions and 76 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [10.2.0-next.5](https://github.com/readmeio/rdme/compare/v10.2.0-next.4...v10.2.0-next.5) (2025-03-05)


### Features

* **openapi:** improvements to circular ref detection, validation errors ([#1189](https://github.com/readmeio/rdme/issues/1189)) ([57b732f](https://github.com/readmeio/rdme/commit/57b732f870680afe2ff7fcda4221468e4763bd7a))

# [10.2.0-next.4](https://github.com/readmeio/rdme/compare/v10.2.0-next.3...v10.2.0-next.4) (2025-02-24)


Expand Down
1,372 changes: 1,326 additions & 46 deletions dist-gha/commands.js

Large diffs are not rendered by default.

621 changes: 596 additions & 25 deletions dist-gha/run.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/commands/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ EXAMPLES
$ rdme autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.20/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.24/src/commands/autocomplete/index.ts)_
2 changes: 1 addition & 1 deletion documentation/commands/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ DESCRIPTION
Display help for rdme.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.24/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts)_
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.2.0-next.4",
"version": "10.2.0-next.5",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit f08e9c8

Please sign in to comment.