diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cd7d18c..a1796fdac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.3.0 (2022-01-12) + +* refactor: commands into command classes (#424) ([7b8b378](https://github.com/readmeio/rdme/commit/7b8b378)), closes [#424](https://github.com/readmeio/rdme/issues/424) +* fix: quirks with version commands and config retrieval (#423) ([026c633](https://github.com/readmeio/rdme/commit/026c633)), closes [#423](https://github.com/readmeio/rdme/issues/423) +* ci: tweak ESLint config, small refactors (#422) ([f842480](https://github.com/readmeio/rdme/commit/f842480)), closes [#422](https://github.com/readmeio/rdme/issues/422) + + + ## 6.2.1 (2022-01-04) * fix(docs): directory sync fix + test bed rewrites (#421) ([b793afc](https://github.com/readmeio/rdme/commit/b793afc)), closes [#421](https://github.com/readmeio/rdme/issues/421) diff --git a/package-lock.json b/package-lock.json index 12566d53b..9a596c08a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "6.2.1", + "version": "6.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "6.2.1", + "version": "6.3.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index bb3684760..fa91f1506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "6.2.1", + "version": "6.3.0", "description": "ReadMe's API CLI", "license": "MIT", "author": "ReadMe (https://readme.com)",