From e1dc2a506c700ebd2ce41d9368ab38e825afbf67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:01:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20(#442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔖 Bump version * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Wei He --- .changeset/cyan-colts-battle.md | 5 ----- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .changeset/cyan-colts-battle.md diff --git a/.changeset/cyan-colts-battle.md b/.changeset/cyan-colts-battle.md deleted file mode 100644 index a982f991..00000000 --- a/.changeset/cyan-colts-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"socialify": patch ---- - -remove unused npm packages diff --git a/CHANGELOG.md b/CHANGELOG.md index 26fba5b5..488ed335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # socialify +## 2.14.6 + +### Patch Changes + +- c32156a: remove unused npm packages + + Thanks to [@Sunny-64](https://github.com/Sunny-64) + ## 2.14.5 ### Patch Changes @@ -8,7 +16,7 @@ Updated scripts, hooks, and README.md Thanks to [@Keming-He](https://github.com/KemingHe) - + Update Dockerfile ## 2.14.4 diff --git a/package.json b/package.json index 9502ed60..f40858cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.14.5", + "version": "2.14.6", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT",