From f90d26865ddd19a76295273bcd9c98b130529c6a Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 23 Jun 2022 11:36:56 -0700 Subject: [PATCH] build: 7.3.0 release --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2d81011..75dc03f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 7.3.0 (2022-06-23) + +* chore(deps-dev): bump @readme/oas-examples from 5.3.0 to 5.4.0 (#524) ([6fd6fc4](https://github.com/readmeio/rdme/commit/6fd6fc4)), closes [#524](https://github.com/readmeio/rdme/issues/524) +* chore(deps-dev): eslint config and friends ([a0ee623](https://github.com/readmeio/rdme/commit/a0ee623)) +* chore(deps): bump @actions/core from 1.8.2 to 1.9.0 (#527) ([c9f2398](https://github.com/readmeio/rdme/commit/c9f2398)), closes [#527](https://github.com/readmeio/rdme/issues/527) +* fix: eslint issues ([9791450](https://github.com/readmeio/rdme/commit/9791450)) +* test(openapi/validate): cleanup 🧹 (#520) ([66e8efe](https://github.com/readmeio/rdme/commit/66e8efe)), closes [#520](https://github.com/readmeio/rdme/issues/520) +* perf(openapi): upload improvements (#518) ([e1aeac0](https://github.com/readmeio/rdme/commit/e1aeac0)), closes [#518](https://github.com/readmeio/rdme/issues/518) +* ci(CodeQL): add config (#521) ([6dc896c](https://github.com/readmeio/rdme/commit/6dc896c)), closes [#521](https://github.com/readmeio/rdme/issues/521) + + + ## 7.2.2 (2022-06-16) * feat: support `.yml` files for auto-uploading (#517) ([467d5de](https://github.com/readmeio/rdme/commit/467d5de)), closes [#517](https://github.com/readmeio/rdme/issues/517) diff --git a/package-lock.json b/package-lock.json index bf974c2de..d5c239fb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "7.2.2", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "7.2.2", + "version": "7.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index b53f13c75..86c9d9c15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "7.2.2", + "version": "7.3.0", "description": "ReadMe's official CLI and GitHub Action wrapper.", "license": "MIT", "author": "ReadMe (https://readme.com)",