From e14fea4d314ffa0ad4101383e6f8f924109ab863 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:18:49 +0200 Subject: [PATCH] chore: version packages for release (#49) Co-authored-by: github-actions[bot] --- .changeset/rich-hairs-smell.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rich-hairs-smell.md diff --git a/.changeset/rich-hairs-smell.md b/.changeset/rich-hairs-smell.md deleted file mode 100644 index da25f41..0000000 --- a/.changeset/rich-hairs-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@strapi/sdk-plugin": patch ---- - -fix missing commonjs plugin diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af21be..cad7dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @strapi/sdk-plugin +## 5.2.1 + +### Patch Changes + +- [#48](https://github.com/strapi/sdk-plugin/pull/48) [`43ab894`](https://github.com/strapi/sdk-plugin/commit/43ab894e3d9e24fd78a8024bb34773f9bfb63c29) Thanks [@alexandrebodin](https://github.com/alexandrebodin)! - fix missing commonjs plugin + ## 5.2.0 ### Minor Changes diff --git a/package.json b/package.json index 71691c2..9b91213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/sdk-plugin", - "version": "5.2.0", + "version": "5.2.1", "description": "Simple tools for developing Strapi plugins", "keywords": [ "strapi",