diff --git a/CHANGELOG.md b/CHANGELOG.md index 8479e0e..3cffaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ +## 1.0.0 (2023-06-28) + + + + ## 1.0.0-alpha.1 (2023-06-28) ### Feature diff --git a/package.json b/package.json index 01884c9..f5c0ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-introduction-block", - "version": "1.0.0-alpha.1", + "version": "1.0.0", "description": "Introduction block for Plone 6 (Volto). Provides a detached text (slate) block meant to be used as a highlighted paragraph.", "main": "src/index.js", "repository": {