From 71ac1900b4f4ca499bd14e583f7a26d3c76ce25b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:25:56 +0100 Subject: [PATCH] Version Packages (#234) Co-authored-by: github-actions[bot] --- .changeset/few-scissors-sleep.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 .changeset/few-scissors-sleep.md diff --git a/.changeset/few-scissors-sleep.md b/.changeset/few-scissors-sleep.md deleted file mode 100644 index 7512897..0000000 --- a/.changeset/few-scissors-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'penpot-exporter': minor ---- - -Added basic analytics and error tracking using MixPanel and Sentry diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef96c4..3026c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # penpot-exporter +## 0.12.0 + +### Minor Changes + +- [#228](https://github.com/penpot/penpot-exporter-figma-plugin/pull/228) + [`a079f16`](https://github.com/penpot/penpot-exporter-figma-plugin/commit/a079f168df4f0d3cbd15ea58097f6763380d72a4) + Thanks [@Cenadros](https://github.com/Cenadros)! - Added basic analytics and error tracking using + MixPanel and Sentry + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 1a8c40b..95da11e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "penpot-exporter", - "version": "0.11.0", + "version": "0.12.0", "description": "Penpot exporter", "type": "module", "scripts": {