Skip to content

Commit

Permalink
build(release): 🚀 v8.6.2 🦉
Browse files Browse the repository at this point in the history
## [8.6.2](v8.6.1...v8.6.2) (2023-04-19)

### Bug Fixes

* **deps:** bump `oas` (and others) ([#802](#802)) ([4dbc5f4](4dbc5f4))
* **npm:** generate provenance statements ([6834f75](6834f75))
* **npm:** use shrinkwrap instead of lockfile ([#803](#803)) ([4ec3fa7](4ec3fa7))
* packages permission issue ([f0fb7dc](f0fb7dc))
* **semantic-release:** bump to v21 ([f53c1a4](f53c1a4))

[skip ci]
  • Loading branch information
semantic-release-bot committed Apr 19, 2023
1 parent 93c1643 commit 0fbb7da
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [8.6.2](https://github.com/readmeio/rdme/compare/v8.6.1...v8.6.2) (2023-04-19)


### Bug Fixes

* **deps:** bump `oas` (and others) ([#802](https://github.com/readmeio/rdme/issues/802)) ([4dbc5f4](https://github.com/readmeio/rdme/commit/4dbc5f4864b1213d6035dd57760598a2ab3e8c92))
* **npm:** generate provenance statements ([6834f75](https://github.com/readmeio/rdme/commit/6834f753bbbd5370d06768b0a3abffa79a7a02a5))
* **npm:** use shrinkwrap instead of lockfile ([#803](https://github.com/readmeio/rdme/issues/803)) ([4ec3fa7](https://github.com/readmeio/rdme/commit/4ec3fa7f425b0e5da27214255cd4e4c1a99f4e93))
* packages permission issue ([f0fb7dc](https://github.com/readmeio/rdme/commit/f0fb7dc633eb733256a98e6404cbae2a116c1b78))
* **semantic-release:** bump to v21 ([f53c1a4](https://github.com/readmeio/rdme/commit/f53c1a4852dfb234c2bd05a20302d25e9d896d39))

## [8.6.2-next.4](https://github.com/readmeio/rdme/compare/v8.6.2-next.3...v8.6.2-next.4) (2023-04-19)


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.2-next.4
image: docker://ghcr.io/readmeio/rdme:8.6.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.2-next.4",
"version": "8.6.2",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 0fbb7da

Please sign in to comment.