From 74ebdb44b422a5090fd8004b0ef4314b4423142e Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 16 Jun 2022 14:08:08 -0700 Subject: [PATCH] build: 7.2.2 release --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bffcab124..4a2d81011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 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) + + + ## 7.2.1 (2022-06-15) * chore: small comment tweak ([d086cb0](https://github.com/readmeio/rdme/commit/d086cb0)) diff --git a/package-lock.json b/package-lock.json index 15adbc87f..0b1c94521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rdme", - "version": "7.2.1", + "version": "7.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rdme", - "version": "7.2.1", + "version": "7.2.2", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 617f04031..e3bb194c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdme", - "version": "7.2.1", + "version": "7.2.2", "description": "ReadMe's official CLI and GitHub Action wrapper.", "license": "MIT", "author": "ReadMe (https://readme.com)",