diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 974dba27021..39d64b5b56c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.1.5", + ".": "1.1.6", "dictionaries/ada": "2.0.1", "dictionaries/aws": "2.0.0", "dictionaries/bash": "2.0.4", @@ -77,5 +77,6 @@ "dictionaries/vi_VN": "2.0.0", "dictionaries/vue": "2.0.2", "dictionaries/win32": "1.0.4", - "dictionaries/de_CH": "1.0.1" + "dictionaries/de_CH": "1.0.1", + "dictionaries/ar": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e167bc21460..658bd2bbfb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Release Notes +## [1.1.6](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@1.1.5...cspell-dicts@1.1.6) (2022-07-25) + + +### Updates and Bug Fixes + +* Add Arabic Dictionary ([#1293](https://github.com/streetsidesoftware/cspell-dicts/issues/1293)) ([aa18193](https://github.com/streetsidesoftware/cspell-dicts/commit/aa181931e3f511dcf19c532d05ef48293a25302b)) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies ([60e75ca](https://github.com/streetsidesoftware/cspell-dicts/commit/60e75ca3333418aadcf1c902dfe088313872c950)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1296](https://github.com/streetsidesoftware/cspell-dicts/issues/1296)) ([60e75ca](https://github.com/streetsidesoftware/cspell-dicts/commit/60e75ca3333418aadcf1c902dfe088313872c950)) + + +### Miscellaneous + +* prepare to publish Arabic ([#1297](https://github.com/streetsidesoftware/cspell-dicts/issues/1297)) ([212e0ab](https://github.com/streetsidesoftware/cspell-dicts/commit/212e0aba5f3d92987763eea6c4ed30931754f263)) + ## [1.1.5](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@1.1.4...cspell-dicts@1.1.5) (2022-07-24) diff --git a/dictionaries/ar/CHANGELOG.md b/dictionaries/ar/CHANGELOG.md index 6762832021b..7d6a4fff38f 100644 --- a/dictionaries/ar/CHANGELOG.md +++ b/dictionaries/ar/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 1.0.0 (2022-07-25) + + +### Updates and Bug Fixes + +* Add Arabic Dictionary ([#1293](https://github.com/streetsidesoftware/cspell-dicts/issues/1293)) ([aa18193](https://github.com/streetsidesoftware/cspell-dicts/commit/aa181931e3f511dcf19c532d05ef48293a25302b)) + + +### Miscellaneous + +* prepare to publish Arabic ([#1297](https://github.com/streetsidesoftware/cspell-dicts/issues/1297)) ([212e0ab](https://github.com/streetsidesoftware/cspell-dicts/commit/212e0aba5f3d92987763eea6c4ed30931754f263)) + ## 1.0.0 - Initial Release diff --git a/package.json b/package.json index 553a25ff3dc..951acfc61eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "1.1.5", + "version": "1.1.6", "private": true, "scripts": { "test": "lerna run test",