Skip to content

Commit

Permalink
build(release): 🚀 v9.1.1 🦉
Browse files Browse the repository at this point in the history
## [9.1.1](v9.1.0...v9.1.1) (2025-02-03)

### Bug Fixes

* **v9:** point to correct dist-tag for outdated version notifications ([#1156](#1156)) ([099060d](099060d))

[skip ci]
  • Loading branch information
semantic-release-bot committed Feb 3, 2025
1 parent 099060d commit 7dc209c
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 30 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.1.1](https://github.com/readmeio/rdme/compare/v9.1.0...v9.1.1) (2025-02-03)


### Bug Fixes

* **v9:** point to correct dist-tag for outdated version notifications ([#1156](https://github.com/readmeio/rdme/issues/1156)) ([099060d](https://github.com/readmeio/rdme/commit/099060d2c9eefb5335277edc5201ca74001f447f))

# [9.1.0](https://github.com/readmeio/rdme/compare/v9.0.5...v9.1.0) (2025-01-06)


Expand Down
28 changes: 14 additions & 14 deletions dist-gha/commands.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 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.20/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.24/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": "9.1.0",
"version": "9.1.1",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 7dc209c

Please sign in to comment.