Skip to content

Commit 4aafe8e

Browse files
build(release): 🚀 v10.1.0-next.2 🦉
# [10.1.0-next.2](v10.1.0-next.1...v10.1.0-next.2) (2025-01-06) ### Features * **openapi:** a fresh coat of paint on `openapi inspect` ([#1127](#1127)) ([ff8c304](ff8c304)) [skip ci]
1 parent 249f17d commit 4aafe8e

File tree

7 files changed

+38
-31
lines changed

7 files changed

+38
-31
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [10.1.0-next.2](https://github.com/readmeio/rdme/compare/v10.1.0-next.1...v10.1.0-next.2) (2025-01-06)
2+
3+
4+
### Features
5+
6+
* **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))
7+
18
# [10.1.0-next.1](https://github.com/readmeio/rdme/compare/v10.0.0...v10.1.0-next.1) (2025-01-06)
29

310

dist-gha/commands.js

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

dist-gha/run.cjs

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

documentation/commands/autocomplete.md

Lines changed: 1 addition & 1 deletion
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.11/src/commands/autocomplete/index.ts)_
37+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.16/src/commands/autocomplete/index.ts)_

documentation/commands/help.md

Lines changed: 1 addition & 1 deletion
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.18/src/commands/help.ts)_
26+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.20/src/commands/help.ts)_

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.1",
3+
"version": "10.1.0-next.2",
44
"description": "ReadMe's official CLI and GitHub Action.",
55
"license": "MIT",
66
"author": "ReadMe <support@readme.io> (https://readme.com)",

0 commit comments

Comments
 (0)