diff --git a/CHANGELOG.md b/CHANGELOG.md index 17dde3993..890e86b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 7.2.0 (2022-04-20) + +* feat: adding support for node 18 (#495) ([774407d](https://github.com/readmeio/rdme/commit/774407d)), closes [#495](https://github.com/readmeio/rdme/issues/495) +* feat(help): typos, add `rdme` version (#493) ([fddb614](https://github.com/readmeio/rdme/commit/fddb614)), closes [#493](https://github.com/readmeio/rdme/issues/493) +* chore: add clarifying comment ([d331343](https://github.com/readmeio/rdme/commit/d331343)) +* docs: embed loom video (#494) ([b799547](https://github.com/readmeio/rdme/commit/b799547)), closes [#494](https://github.com/readmeio/rdme/issues/494) + + + ## 7.1.1 (2022-04-13) * fix: unsupported version error message having double "v"s (#492) ([c422efb](https://github.com/readmeio/rdme/commit/c422efb)), closes [#492](https://github.com/readmeio/rdme/issues/492) diff --git a/package-lock.json b/package-lock.json index 8bd80e281..ecbfae823 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "7.1.1", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "7.1.1", + "version": "7.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 88c598735..6bc2ab46e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "7.1.1", + "version": "7.2.0", "description": "ReadMe's official CLI and GitHub Action wrapper.", "license": "MIT", "author": "ReadMe (https://readme.com)",