From 528880f43c66831ececc99a1547e25739f4506af Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Thu, 25 May 2023 13:46:06 +0000 Subject: [PATCH] chore(minor): release 2.33.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.33.0](https://github.com/open-sauced/hot/compare/v2.32.0...v2.33.0) (2023-05-25) ### πŸ• Features * Remove open-sauced/open-sauced workflows ([#470](https://github.com/open-sauced/hot/issues/470)) ([4ab3e53](https://github.com/open-sauced/hot/commit/4ab3e53792d1b672f1f5eeb5808c621e271e546e)) ### πŸ› Bug Fixes * add workflow_call to triage.yml ([3a1bc14](https://github.com/open-sauced/hot/commit/3a1bc1416588f4febc4cc219e44e6af48ec95aef)) --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9227337..a715ce4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ > All notable changes to this project will be documented in this file +## [2.33.0](https://github.com/open-sauced/hot/compare/v2.32.0...v2.33.0) (2023-05-25) + + +### πŸ• Features + +* Remove open-sauced/open-sauced workflows ([#470](https://github.com/open-sauced/hot/issues/470)) ([4ab3e53](https://github.com/open-sauced/hot/commit/4ab3e53792d1b672f1f5eeb5808c621e271e546e)) + + +### πŸ› Bug Fixes + +* add workflow_call to triage.yml ([3a1bc14](https://github.com/open-sauced/hot/commit/3a1bc1416588f4febc4cc219e44e6af48ec95aef)) + ## [2.33.0-beta.2](https://github.com/open-sauced/hot/compare/v2.33.0-beta.1...v2.33.0-beta.2) (2023-05-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f1a69af4..6ae75d97 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/hot", - "version": "2.33.0-beta.2", + "version": "2.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/hot", - "version": "2.33.0-beta.2", + "version": "2.33.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ced67bc3..331ee27e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/hot", "description": "πŸ•The site that recommends the hottest sauce.", "keywords": [], - "version": "2.33.0-beta.2", + "version": "2.33.0", "author": "TED Vortex ", "private": true, "license": "MIT",