From 14bcad1b4a310da655005b52a2b34aa9488b791a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:10:02 +0200 Subject: [PATCH] Version Packages (#148) Co-authored-by: github-actions[bot] --- .changeset/tricky-icons-thank.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tricky-icons-thank.md diff --git a/.changeset/tricky-icons-thank.md b/.changeset/tricky-icons-thank.md deleted file mode 100644 index caef0a3a..00000000 --- a/.changeset/tricky-icons-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"penpot-exporter": minor ---- - -Release on a new home, thanks to @micahchoo diff --git a/CHANGELOG.md b/CHANGELOG.md index e7eefbe7..e2f1daa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # penpot-exporter +## 0.6.0 + +### Minor Changes + +- [#147](https://github.com/penpot/penpot-exporter-figma-plugin/pull/147) [`e2d7a31`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/e2d7a3131275246b7ed2fa3d95a4494e84245eb8) Thanks [@jordisala1991](https://github.com/jordisala1991)! - Release on a new home, thanks to @micahchoo + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index a428f3ce..b9130ee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "penpot-exporter", - "version": "0.5.0", + "version": "0.6.0", "description": "Penpot exporter", "type": "module", "scripts": {