From cf5279b49f9dc1b04712318112b507c86776cad9 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Wed, 23 Nov 2022 17:50:46 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1706076..1463ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.3.0](https://github.com/collective/volto-sentry/compare/0.2.1...0.3.0) + +- Release 0.2.1 [`#5`](https://github.com/collective/volto-sentry/pull/5) +- Remove faulty Sentry.js making package broken on MacOS/Windows case-unsensitive OS [`6a0165e`](https://github.com/collective/volto-sentry/commit/6a0165ed9bab48ad73fcd1640d51e9bab8c98c36) + #### [0.2.1](https://github.com/collective/volto-sentry/compare/0.2.0...0.2.1) +> 23 November 2022 + - Fix usage with storybook [`#4`](https://github.com/collective/volto-sentry/pull/4) - Release 0.2.0 [`#2`](https://github.com/collective/volto-sentry/pull/2) +- Release 0.2.1 [`beef8c6`](https://github.com/collective/volto-sentry/commit/beef8c65cfcda3df7eae1fd10b0c3e711a66275c) - Fix docs about this add-on [`86fda93`](https://github.com/collective/volto-sentry/commit/86fda933414437c4d87045149c0f981a748ada75) - Publish to npm [`17c46e8`](https://github.com/collective/volto-sentry/commit/17c46e8ee972ebc72542a44c81c11132cadd3c9c) diff --git a/package.json b/package.json index ce9c515..c2a9cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plone-collective/volto-sentry", - "version": "0.2.1", + "version": "0.3.0", "description": "volto-sentry: Volto add-on", "main": "src/index.js", "author": "Plone Collective",