Skip to content

Commit

Permalink
build(release): 🚀 v9.0.0-next.28 🦉
Browse files Browse the repository at this point in the history
# [9.0.0-next.28](v9.0.0-next.27...v9.0.0-next.28) (2024-11-21)

### Bug Fixes

* debug properly ([#1078](#1078)) ([5de0a4f](5de0a4f))

[skip ci]
  • Loading branch information
semantic-release-bot committed Nov 21, 2024
1 parent 5de0a4f commit 556d113
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [9.0.0-next.28](https://github.com/readmeio/rdme/compare/v9.0.0-next.27...v9.0.0-next.28) (2024-11-21)


### Bug Fixes

* debug properly ([#1078](https://github.com/readmeio/rdme/issues/1078)) ([5de0a4f](https://github.com/readmeio/rdme/commit/5de0a4f48668b45a4e7ae17ea11afc6bf5104d19))

# [9.0.0-next.27](https://github.com/readmeio/rdme/compare/v9.0.0-next.26...v9.0.0-next.27) (2024-11-19)


Expand Down
8 changes: 4 additions & 4 deletions dist-gha/commands.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g rdme
$ rdme COMMAND
running command...
$ rdme (--version)
rdme/9.0.0-next.27 linux-x64 node-v20.18.0
rdme/9.0.0-next.28 linux-x64 node-v20.18.0
$ rdme --help [COMMAND]
USAGE
$ rdme COMMAND
Expand Down
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.0.0-next.27",
"version": "9.0.0-next.28",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 556d113

Please sign in to comment.