diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d03fa52..3edb06b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 640d87a..85594df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/ZeitOnline/notification/compare/notification-v2.3.0...notification-v2.3.1) (2026-05-07) + + +### 📝 Other Changes + +* consolidate text type for ButtonOptions and LinkOptions ([#64](https://github.com/ZeitOnline/notification/issues/64)) ([0ef26b0](https://github.com/ZeitOnline/notification/commit/0ef26b04d9b2f813fef7d554649fbcaac955639c)) + ## [2.3.0](https://github.com/ZeitOnline/notification/compare/notification-v2.2.0...notification-v2.3.0) (2026-05-06) diff --git a/package-lock.json b/package-lock.json index e57b818..29a0e84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zeitonline/notification", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zeitonline/notification", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "devDependencies": { "@guidepup/virtual-screen-reader": "^0.32.1", diff --git a/package.json b/package.json index 8d6d811..8bb4ba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zeitonline/notification", - "version": "2.3.0", + "version": "2.3.1", "description": "Notifications keep you informed about results, warnings and errors.", "author": { "name": "DIE ZEIT",