From 3639a20bdf468a90d7d12078d885ef1d7fbf65ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:57:27 +0100 Subject: [PATCH] chore: release main (#3039) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 5 +++-- CHANGELOG.md | 13 +++++++++++++ dictionaries/julia/CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b0a685169c..99b35dd1a77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "24.4.3", + ".": "24.5.0", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.1", "dictionaries/bash": "4.1.3", @@ -106,5 +106,6 @@ "dictionaries/id_ID": "1.0.1", "dictionaries/hu_HU": "1.0.1", "dictionaries/fi_FI": "1.0.0", - "dictionaries/la": "1.0.0" + "dictionaries/la": "1.0.0", + "dictionaries/julia": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 495bf647b94..2b90b60589d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Release Notes +## [24.5.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@24.4.3...cspell-dicts@24.5.0) (2024-03-11) + + +### Features + +* Add dictionaries for Julia ([#3037](https://github.com/streetsidesoftware/cspell-dicts/issues/3037)) ([bb18baf](https://github.com/streetsidesoftware/cspell-dicts/commit/bb18baf89ef93f5045f378661775f9eae426f89d)) + + +### Updates and Bug Fixes + +* Associate `.jl` files with julia language ([#3043](https://github.com/streetsidesoftware/cspell-dicts/issues/3043)) ([219f222](https://github.com/streetsidesoftware/cspell-dicts/commit/219f222f0fde5f456f5ef3decf0135d22fdb3d2d)) +* Workflow Bot -- Build Dictionaries ([#3040](https://github.com/streetsidesoftware/cspell-dicts/issues/3040)) ([cc5e71c](https://github.com/streetsidesoftware/cspell-dicts/commit/cc5e71c347e5647c80468d4675b76d54664d41e5)) + ## [24.4.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@24.4.2...cspell-dicts@24.4.3) (2024-03-05) diff --git a/dictionaries/julia/CHANGELOG.md b/dictionaries/julia/CHANGELOG.md index 6762832021b..796143854b6 100644 --- a/dictionaries/julia/CHANGELOG.md +++ b/dictionaries/julia/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.0.0 (2024-03-11) + + +### Features + +* Add dictionaries for Julia ([#3037](https://github.com/streetsidesoftware/cspell-dicts/issues/3037)) ([bb18baf](https://github.com/streetsidesoftware/cspell-dicts/commit/bb18baf89ef93f5045f378661775f9eae426f89d)) + + +### Updates and Bug Fixes + +* Associate `.jl` files with julia language ([#3043](https://github.com/streetsidesoftware/cspell-dicts/issues/3043)) ([219f222](https://github.com/streetsidesoftware/cspell-dicts/commit/219f222f0fde5f456f5ef3decf0135d22fdb3d2d)) +* Workflow Bot -- Build Dictionaries ([#3040](https://github.com/streetsidesoftware/cspell-dicts/issues/3040)) ([cc5e71c](https://github.com/streetsidesoftware/cspell-dicts/commit/cc5e71c347e5647c80468d4675b76d54664d41e5)) + ## 1.0.0 - Initial Release diff --git a/package.json b/package.json index 46b5c6e57d1..6a00e5f4004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "24.4.3", + "version": "24.5.0", "private": true, "packageManager": "pnpm@8.7.4", "scripts": {