From 22ff1035a59626133aeb832abfc359d24eb1c354 Mon Sep 17 00:00:00 2001
From: Kanad Gupta <8854718+kanadgupta@users.noreply.github.com>
Date: Tue, 29 Nov 2022 14:11:28 -0600
Subject: [PATCH] build: 8.2.0 release
---
CHANGELOG.md | 9 +++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1415a8405..01d1b3c5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 8.2.0 (2022-11-29)
+
+* feat: major version tags (#682) ([dc103c0](https://github.com/readmeio/rdme/commit/dc103c0)), closes [#682](https://github.com/readmeio/rdme/issues/682)
+* feat: proxy support (#681) ([0e4644a](https://github.com/readmeio/rdme/commit/0e4644a)), closes [#681](https://github.com/readmeio/rdme/issues/681)
+* docs: update version/category to reflect new location (#678) ([0166c1e](https://github.com/readmeio/rdme/commit/0166c1e)), closes [#678](https://github.com/readmeio/rdme/issues/678)
+* fix: unreachable code and those not getting flagged by eslint (#677) ([c5dcf19](https://github.com/readmeio/rdme/commit/c5dcf19)), closes [#677](https://github.com/readmeio/rdme/issues/677)
+
+
+
## 8.1.1 (2022-11-17)
* fix: don't prompt for version if only one exists (#675) ([0180883](https://github.com/readmeio/rdme/commit/0180883)), closes [#675](https://github.com/readmeio/rdme/issues/675)
diff --git a/package-lock.json b/package-lock.json
index 5cdad5c85..7912f8d8a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "rdme",
- "version": "8.1.1",
+ "version": "8.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rdme",
- "version": "8.1.1",
+ "version": "8.2.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
diff --git a/package.json b/package.json
index 463fceb93..070c2b8a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdme",
- "version": "8.1.1",
+ "version": "8.2.0",
"description": "ReadMe's official CLI and GitHub Action.",
"license": "MIT",
"author": "ReadMe (https://readme.com)",