Skip to content

Commit

Permalink
build(release): 🚀 v9.0.0-next.9 🦉
Browse files Browse the repository at this point in the history
# [9.0.0-next.9](v9.0.0-next.8...v9.0.0-next.9) (2024-01-09)

### Bug Fixes

* **openapi:** add spinner catch statement ([#961](#961)) ([4669b29](4669b29))

[skip ci]
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent 4669b29 commit 3daf967
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.9](https://github.com/readmeio/rdme/compare/v9.0.0-next.8...v9.0.0-next.9) (2024-01-09)


### Bug Fixes

* **openapi:** add spinner catch statement ([#961](https://github.com/readmeio/rdme/issues/961)) ([4669b29](https://github.com/readmeio/rdme/commit/4669b29120b27962b24a59a4cbacfcb792eaefc0))

# [9.0.0-next.8](https://github.com/readmeio/rdme/compare/v9.0.0-next.7...v9.0.0-next.8) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outputs:
description: The rdme command result output
runs:
using: docker
image: docker://ghcr.io/readmeio/rdme:9.0.0-next.8
image: docker://ghcr.io/readmeio/rdme:9.0.0-next.9
args:
- docker-gha
- ${{ inputs.rdme }}
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.8",
"version": "9.0.0-next.9",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 3daf967

Please sign in to comment.