From f952d891be03dc11c08113497f09cee164145fc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 05:33:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20(#437)?= 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/hungry-gorillas-walk.md | 7 ------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 .changeset/hungry-gorillas-walk.md diff --git a/.changeset/hungry-gorillas-walk.md b/.changeset/hungry-gorillas-walk.md deleted file mode 100644 index 318cabdd..00000000 --- a/.changeset/hungry-gorillas-walk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"socialify": patch ---- - -Migrated from yarn to pnpm package manager -Updated scripts, hooks, and README.md -Update Dockerfile diff --git a/CHANGELOG.md b/CHANGELOG.md index 51af0d61..26fba5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # socialify +## 2.14.5 + +### Patch Changes + +- 0b61791: Migrated from yarn to pnpm package manager + Updated scripts, hooks, and README.md + + Thanks to [@Keming-He](https://github.com/KemingHe) + + Update Dockerfile + ## 2.14.4 ### Patch Changes diff --git a/package.json b/package.json index 7c94191b..ed29c80e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.14.4", + "version": "2.14.5", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT",