diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8fe17c3d97..2b8a6477ad2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "25.0.0", + ".": "25.1.0", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.1", "dictionaries/bash": "4.1.3", @@ -19,7 +19,7 @@ "dictionaries/django": "4.1.0", "dictionaries/docker": "1.1.7", "dictionaries/dotnet": "5.0.0", - "dictionaries/el": "3.1.1", + "dictionaries/el": "3.1.2", "dictionaries/elixir": "4.0.3", "dictionaries/en_GB": "4.1.38", "dictionaries/en_GB-MIT": "2.1.19", @@ -109,5 +109,6 @@ "dictionaries/la": "1.0.0", "dictionaries/julia": "1.0.1", "dictionaries/terraform": "1.0.0", - "dictionaries/grc_GR": "1.0.1" + "dictionaries/grc_GR": "1.0.1", + "dictionaries/elisp": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de54560ef7..96d6451848e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Release Notes +## [25.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@25.0.0...cspell-dicts@25.1.0) (2024-04-09) + + +### Features + +* add elisp dictionary ([#3086](https://github.com/streetsidesoftware/cspell-dicts/issues/3086)) ([eee98ac](https://github.com/streetsidesoftware/cspell-dicts/commit/eee98acdfa9cc4bd1d3dccee9b066d681918d5e1)) + + +### Updates and Bug Fixes + +* Workflow Bot -- Build Dictionaries ([#3089](https://github.com/streetsidesoftware/cspell-dicts/issues/3089)) ([29fa5f1](https://github.com/streetsidesoftware/cspell-dicts/commit/29fa5f1055e50e75911e5915ad188db1aca28559)) + ## [25.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@24.7.0...cspell-dicts@25.0.0) (2024-04-03) diff --git a/dictionaries/el/CHANGELOG.md b/dictionaries/el/CHANGELOG.md index 7261dae7741..93c7bf987e8 100644 --- a/dictionaries/el/CHANGELOG.md +++ b/dictionaries/el/CHANGELOG.md @@ -22,6 +22,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.1.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-el@3.1.1...@cspell/dict-el@3.1.2) (2024-04-09) + + +### Updates and Bug Fixes + +* Workflow Bot -- Build Dictionaries ([#3089](https://github.com/streetsidesoftware/cspell-dicts/issues/3089)) ([29fa5f1](https://github.com/streetsidesoftware/cspell-dicts/commit/29fa5f1055e50e75911e5915ad188db1aca28559)) + ## [3.1.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-el@3.1.0...@cspell/dict-el@3.1.1) (2024-04-03) diff --git a/dictionaries/el/package.json b/dictionaries/el/package.json index 9819da54d08..f9bedca6a19 100644 --- a/dictionaries/el/package.json +++ b/dictionaries/el/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-el", - "version": "3.1.1", + "version": "3.1.2", "description": "Greek dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/elisp/CHANGELOG.md b/dictionaries/elisp/CHANGELOG.md index 6762832021b..dfebaa09845 100644 --- a/dictionaries/elisp/CHANGELOG.md +++ b/dictionaries/elisp/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 1.0.0 (2024-04-09) + + +### Features + +* add elisp dictionary ([#3086](https://github.com/streetsidesoftware/cspell-dicts/issues/3086)) ([eee98ac](https://github.com/streetsidesoftware/cspell-dicts/commit/eee98acdfa9cc4bd1d3dccee9b066d681918d5e1)) + + +### Updates and Bug Fixes + +* Workflow Bot -- Build Dictionaries ([#3089](https://github.com/streetsidesoftware/cspell-dicts/issues/3089)) ([29fa5f1](https://github.com/streetsidesoftware/cspell-dicts/commit/29fa5f1055e50e75911e5915ad188db1aca28559)) + ## 1.0.0 - Initial Release diff --git a/package.json b/package.json index 4f961f59a36..e631a276797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "25.0.0", + "version": "25.1.0", "private": true, "packageManager": "pnpm@8.7.4", "scripts": {