diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a80630..654e8532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-beta.30](https://github.com/felix-berlin/berliner-schnauze/compare/v2.0.0-beta.29...v2.0.0-beta.30) (2023-11-16) + + +### Features + +* **SuggestWordForm:** add types ([cfca507](https://github.com/felix-berlin/berliner-schnauze/commit/cfca50759d3920f65fb03e529f94ad9b8eba43d9)) +* **WordList:** remove page mode ([a266f37](https://github.com/felix-berlin/berliner-schnauze/commit/a266f37c3b98566044db88b02762ea7445c77bdc)) + # [2.0.0-beta.29](https://github.com/felix-berlin/berliner-schnauze/compare/v2.0.0-beta.28...v2.0.0-beta.29) (2023-11-16) diff --git a/package.json b/package.json index 44ef6548..a7f6aefb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "berliner-schnauze", "type": "module", - "version": "2.0.0-beta.29", + "version": "2.0.0-beta.30", "homepage": "https://berliner-schnauze.wtf", "repository": { "type": "git",