Skip to content

Commit ed0931b

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](TimoBechtel/satzbau@v1.0.0...v1.1.0) (2021-03-27) ### Bug Fixes * **adjectives:** generating wrong form ([2a2b464](TimoBechtel@2a2b464)) * **adjectives:** issue with declining words ending in -er ([1a25b79](TimoBechtel@1a25b79)) * **texthelper:** issue where writeList would modify the provided list ([76138f4](TimoBechtel@76138f4)) ### Features * **adjective:** add adjective synonyms ([61eabdc](TimoBechtel@61eabdc)) * **adjective:** add declinable adjectives ([0c15abc](TimoBechtel@0c15abc)) * **lists:** allow adding an empty list placeholder ([80d01d5](TimoBechtel@80d01d5)) * **noun:** allow creating adjective-noun combinations ([037bc46](TimoBechtel@037bc46)) * **texthelper:** add small sentence optimizations ([4f1f794](TimoBechtel@4f1f794)) * add function to count words ([1ad0ac6](TimoBechtel@1ad0ac6))
1 parent b280f46 commit ed0931b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.1.0](https://github.com/TimoBechtel/satzbau/compare/v1.0.0...v1.1.0) (2021-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **adjectives:** generating wrong form ([2a2b464](https://github.com/TimoBechtel/satzbau/commit/2a2b4645b251548553e45951ee704484a577e6b5))
7+
* **adjectives:** issue with declining words ending in -er ([1a25b79](https://github.com/TimoBechtel/satzbau/commit/1a25b7922646ee39cdbd0bcb5c0ce306365b5fdd))
8+
* **texthelper:** issue where writeList would modify the provided list ([76138f4](https://github.com/TimoBechtel/satzbau/commit/76138f4c3c5785144478b09f7ca604918a2e2eee))
9+
10+
11+
### Features
12+
13+
* **adjective:** add adjective synonyms ([61eabdc](https://github.com/TimoBechtel/satzbau/commit/61eabdc7810370beea33eb00bbe2e0dbcb6a2f74))
14+
* **adjective:** add declinable adjectives ([0c15abc](https://github.com/TimoBechtel/satzbau/commit/0c15abcf44d29c74c5d77dea554e65b3995ebb44))
15+
* **lists:** allow adding an empty list placeholder ([80d01d5](https://github.com/TimoBechtel/satzbau/commit/80d01d5a147e5bed8af98dce31911eedade4525f))
16+
* **noun:** allow creating adjective-noun combinations ([037bc46](https://github.com/TimoBechtel/satzbau/commit/037bc46e0def7d20089997d48d7eb386ac029112))
17+
* **texthelper:** add small sentence optimizations ([4f1f794](https://github.com/TimoBechtel/satzbau/commit/4f1f794ab149ecf9b6f231d6d6c879b3d80fba49))
18+
* add function to count words ([1ad0ac6](https://github.com/TimoBechtel/satzbau/commit/1ad0ac66967489c45adb780019660a137ed1ae34))
19+
120
# 1.0.0 (2021-03-23)
221

322
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "satzbau",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "natural language generator for german",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)