Skip to content

Commit

Permalink
build: 8.0.0-beta.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 23, 2022
1 parent a4998f5 commit 681ced3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 8.0.0-beta.4 (2022-09-23)

* chore: bump scripts ([a4998f5](https://github.com/readmeio/rdme/commit/a4998f5))
* chore: prompt copy, openapi opts cleanup ([70b7f4d](https://github.com/readmeio/rdme/commit/70b7f4d))
* feat(openapi): add `--dryRun` option (#612) ([8cb48e8](https://github.com/readmeio/rdme/commit/8cb48e8)), closes [#612](https://github.com/readmeio/rdme/issues/612)
* test: minor test flakiness (#611) ([2880fa3](https://github.com/readmeio/rdme/commit/2880fa3)), closes [#611](https://github.com/readmeio/rdme/issues/611)
* fix(docs): use correct `_id` param (#616) ([7175537](https://github.com/readmeio/rdme/commit/7175537)), closes [#616](https://github.com/readmeio/rdme/issues/616)
* refactor(docs): internal command signatures (#615) ([c071bc1](https://github.com/readmeio/rdme/commit/c071bc1)), closes [#615](https://github.com/readmeio/rdme/issues/615)



## 8.0.0-beta.3 (2022-09-16)

* docs: add description of `--useSpecVersion` ([df8e224](https://github.com/readmeio/rdme/commit/df8e224))
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": "8.0.0-beta.3",
"version": "8.0.0-beta.4",
"description": "ReadMe's official CLI and GitHub Action wrapper.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 681ced3

Please sign in to comment.