Skip to content

Commit

Permalink
build: 8.0.0-beta.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Oct 28, 2022
1 parent 1bb2448 commit c8948ee
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.9 (2022-10-28)

* feat(baseCommand): inform user which project they're making changes to (#643) ([1bb2448](https://github.com/readmeio/rdme/commit/1bb2448)), closes [#643](https://github.com/readmeio/rdme/issues/643)
* feat(breaking/docs): deprecate `docs:edit` (#646) ([0009d20](https://github.com/readmeio/rdme/commit/0009d20)), closes [#646](https://github.com/readmeio/rdme/issues/646)
* feat(docs): add `guides` alias (#647) ([d412a04](https://github.com/readmeio/rdme/commit/d412a04)), closes [#647](https://github.com/readmeio/rdme/issues/647)
* feat(docs): consolidate `single` commands (#642) ([7552501](https://github.com/readmeio/rdme/commit/7552501)), closes [#642](https://github.com/readmeio/rdme/issues/642)
* refactor(docs): move `--cleanup` option into `docs:prune` command (#644) ([4bc98c5](https://github.com/readmeio/rdme/commit/4bc98c5)), closes [#644](https://github.com/readmeio/rdme/issues/644)
* ci: run tests against node 19 (#641) ([6ca5d8c](https://github.com/readmeio/rdme/commit/6ca5d8c)), closes [#641](https://github.com/readmeio/rdme/issues/641)



## 8.0.0-beta.8 (2022-10-17)

* fix: surface all validation errors (#639) ([39b2c61](https://github.com/readmeio/rdme/commit/39b2c61)), closes [#639](https://github.com/readmeio/rdme/issues/639)
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.8",
"version": "8.0.0-beta.9",
"description": "ReadMe's official CLI and GitHub Action wrapper.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit c8948ee

Please sign in to comment.