Skip to content

Commit

Permalink
chore: release main (#3088)
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 Apr 10, 2024
1 parent d1aed01 commit e3640b7
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
12 changes: 12 additions & 0 deletions 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)


Expand Down
7 changes: 7 additions & 0 deletions dictionaries/el/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
12 changes: 12 additions & 0 deletions 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
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit e3640b7

Please sign in to comment.