diff --git a/CHANGELOG.md b/CHANGELOG.md index 993992afa..5e4d7aca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 8.3.0 (2022-12-09) + +* feat: ability to pass in API key via env vars (#709) ([16216d1](https://github.com/readmeio/rdme/commit/16216d1)), closes [#709](https://github.com/readmeio/rdme/issues/709) [/github.com/readmeio/rdme/pull/709#discussion_r1044732645](https://github.com//github.com/readmeio/rdme/pull/709/issues/discussion_r1044732645) [/github.com/readmeio/rdme/pull/709#discussion_r1044737648](https://github.com//github.com/readmeio/rdme/pull/709/issues/discussion_r1044737648) +* feat: dropping our `position` system for ordering commands in `--help` (#707) ([75aaba2](https://github.com/readmeio/rdme/commit/75aaba2)), closes [#707](https://github.com/readmeio/rdme/issues/707) +* feat(openapi): introduction of a new `openapi:inspect` command (#698) ([daa5346](https://github.com/readmeio/rdme/commit/daa5346)), closes [#698](https://github.com/readmeio/rdme/issues/698) [#706](https://github.com/readmeio/rdme/issues/706) +* chore(deps-dev): bumping dev deps and resolving type -> interface conversions (#708) ([971316a](https://github.com/readmeio/rdme/commit/971316a)), closes [#708](https://github.com/readmeio/rdme/issues/708) + + + ## 8.2.1 (2022-12-07) * fix(createGHA): git remote connection errors (#705) ([18f5468](https://github.com/readmeio/rdme/commit/18f5468)), closes [#705](https://github.com/readmeio/rdme/issues/705) [/github.com/readmeio/rdme/pull/705#discussion_r1042466669](https://github.com//github.com/readmeio/rdme/pull/705/issues/discussion_r1042466669) diff --git a/package-lock.json b/package-lock.json index db5745a09..a7b71cdb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "8.2.1", + "version": "8.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "8.2.1", + "version": "8.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 8f23b7837..1a8a05e40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "8.2.1", + "version": "8.3.0", "description": "ReadMe's official CLI and GitHub Action.", "license": "MIT", "author": "ReadMe (https://readme.com)",