Skip to content

Commit

Permalink
build(release): 🚀 v10.1.1-next.1 🦉
Browse files Browse the repository at this point in the history
## [10.1.1-next.1](v10.1.0...v10.1.1-next.1) (2025-01-25)

### Bug Fixes

* **openapi:** adding support for OpenAPI 3.1.1, 3.0.4 and basic auth fetches ([#1153](#1153)) ([6fad02b](6fad02b)), closes [#1152](#1152)

[skip ci]
  • Loading branch information
semantic-release-bot committed Jan 25, 2025
1 parent 6fad02b commit d91d535
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 21 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [10.1.1-next.1](https://github.com/readmeio/rdme/compare/v10.1.0...v10.1.1-next.1) (2025-01-25)


### Bug Fixes

* **openapi:** adding support for OpenAPI 3.1.1, 3.0.4 and basic auth fetches ([#1153](https://github.com/readmeio/rdme/issues/1153)) ([6fad02b](https://github.com/readmeio/rdme/commit/6fad02bd257337cd69deb8d12a8cb3bfd9cffc11)), closes [#1152](https://github.com/readmeio/rdme/issues/1152)

# [10.1.0](https://github.com/readmeio/rdme/compare/v10.0.0...v10.1.0) (2025-01-14)


Expand Down
26 changes: 13 additions & 13 deletions dist-gha/commands.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.16/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.17/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.20/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.21/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.1.0",
"version": "10.1.1-next.1",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit d91d535

Please sign in to comment.