Skip to content

Commit

Permalink
build(release): 🚀 v8.6.4-next.2 🦉
Browse files Browse the repository at this point in the history
## [8.6.4-next.2](v8.6.4-next.1...v8.6.4-next.2) (2023-06-02)

### Bug Fixes

* **fetch:** encode parameters in source URL ([#817](#817)) ([ff86384](ff86384))

[skip ci]
  • Loading branch information
semantic-release-bot committed Jun 2, 2023
1 parent ff86384 commit 75d8a4c
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 @@
## [8.6.4-next.2](https://github.com/readmeio/rdme/compare/v8.6.4-next.1...v8.6.4-next.2) (2023-06-02)


### Bug Fixes

* **fetch:** encode parameters in source URL ([#817](https://github.com/readmeio/rdme/issues/817)) ([ff86384](https://github.com/readmeio/rdme/commit/ff86384c1ab2739c7401027c47b22d4541a2e52a))

## [8.6.4-next.1](https://github.com/readmeio/rdme/compare/v8.6.3...v8.6.4-next.1) (2023-05-31)


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:8.6.4-next.1
image: docker://ghcr.io/readmeio/rdme:8.6.4-next.2
args:
- docker-gha
- ${{ inputs.rdme }}
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "8.6.4-next.1",
"version": "8.6.4-next.2",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 75d8a4c

Please sign in to comment.