Skip to content

Commit

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

### Bug Fixes

* **npm:** tweak npm lifecycle scripts ([#1073](#1073)) ([35534db](35534db))

[skip ci]
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 35534db commit 7932347
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.25](https://github.com/readmeio/rdme/compare/v9.0.0-next.24...v9.0.0-next.25) (2024-11-19)


### Bug Fixes

* **npm:** tweak npm lifecycle scripts ([#1073](https://github.com/readmeio/rdme/issues/1073)) ([35534db](https://github.com/readmeio/rdme/commit/35534dbe7228a75b49408bf4db3fcfb31091358a))

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


Expand Down
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.23 linux-x64 node-v20.18.0
rdme/9.0.0-next.25 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.24",
"version": "9.0.0-next.25",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <support@readme.io> (https://readme.com)",
Expand Down

0 comments on commit 7932347

Please sign in to comment.