Skip to content

Commit

Permalink
chore: release main (#1295)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 25, 2022
1 parent 212e0ab commit ff784a0
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
12 changes: 12 additions & 0 deletions dictionaries/ar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-dicts",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"scripts": {
"test": "lerna run test",
Expand Down

0 comments on commit ff784a0

Please sign in to comment.