diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5092abb99fd..dd364bc89ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "20.1.0", + ".": "20.2.0", "dictionaries/ada": "4.0.2", "dictionaries/aws": "4.0.0", "dictionaries/bash": "4.1.2", @@ -67,7 +67,7 @@ "dictionaries/scala": "5.0.0", "dictionaries/scientific_terms_US": "3.0.0", "dictionaries/sl_SI": "1.0.5", - "dictionaries/software-terms": "3.3.8", + "dictionaries/software-terms": "3.3.9", "dictionaries/sql": "2.1.2", "dictionaries/sv": "2.1.0", "dictionaries/swift": "2.0.1", @@ -101,5 +101,5 @@ "dictionaries/lv": "1.0.0", "dictionaries/kotlin": "1.0.0", "dictionaries/scientific_terms_GB": "1.0.0", - "dictionaries/vim": "1.0.0" + "dictionaries/vim": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cab7fc90c..03c45d38a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Release Notes +## [20.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@20.1.0...cspell-dicts@20.2.0) (2023-10-22) + + +### Features + +* add makefile dictionary ([#2677](https://github.com/streetsidesoftware/cspell-dicts/issues/2677)) ([ec902b9](https://github.com/streetsidesoftware/cspell-dicts/commit/ec902b96cce9c6378acfd6d795b5e300da940c6c)) + + +### Updates and Bug Fixes + +* Set the `languageId` for `makefiles` ([#2679](https://github.com/streetsidesoftware/cspell-dicts/issues/2679)) ([407c15c](https://github.com/streetsidesoftware/cspell-dicts/commit/407c15c84a4028d8ff6d66b5aa3516b776514e81)) +* **software-tools:** add httpie, wkhtmltopdf, speedtest ([#2674](https://github.com/streetsidesoftware/cspell-dicts/issues/2674)) ([e2f81ef](https://github.com/streetsidesoftware/cspell-dicts/commit/e2f81ef3e1cb0fd358f563979fc2aa0f4abe5a6a)) +* **vim:** add more commonly used words to vim dictionary ([#2673](https://github.com/streetsidesoftware/cspell-dicts/issues/2673)) ([4f80cdc](https://github.com/streetsidesoftware/cspell-dicts/commit/4f80cdc3eb99a76fcec0897e3ebf535a4ed06724)) +* Workflow Bot -- Build Dictionaries ([#2676](https://github.com/streetsidesoftware/cspell-dicts/issues/2676)) ([e193f3b](https://github.com/streetsidesoftware/cspell-dicts/commit/e193f3b4d7f36f799c389ce8d488707d5330204a)) +* Workflow Bot -- Build Dictionaries ([#2678](https://github.com/streetsidesoftware/cspell-dicts/issues/2678)) ([7df0a21](https://github.com/streetsidesoftware/cspell-dicts/commit/7df0a2176796ef118ffb390e642ef1826ea67610)) + ## [20.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@20.0.1...cspell-dicts@20.1.0) (2023-10-20) diff --git a/dictionaries/software-terms/CHANGELOG.md b/dictionaries/software-terms/CHANGELOG.md index 9fd996308ab..b43952d3176 100644 --- a/dictionaries/software-terms/CHANGELOG.md +++ b/dictionaries/software-terms/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.9](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.8...@cspell/dict-software-terms@3.3.9) (2023-10-22) + + +### Updates and Bug Fixes + +* **software-tools:** add httpie, wkhtmltopdf, speedtest ([#2674](https://github.com/streetsidesoftware/cspell-dicts/issues/2674)) ([e2f81ef](https://github.com/streetsidesoftware/cspell-dicts/commit/e2f81ef3e1cb0fd358f563979fc2aa0f4abe5a6a)) +* Workflow Bot -- Build Dictionaries ([#2676](https://github.com/streetsidesoftware/cspell-dicts/issues/2676)) ([e193f3b](https://github.com/streetsidesoftware/cspell-dicts/commit/e193f3b4d7f36f799c389ce8d488707d5330204a)) + ## [3.3.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.3.7...@cspell/dict-software-terms@3.3.8) (2023-10-20) diff --git a/dictionaries/software-terms/package.json b/dictionaries/software-terms/package.json index 1168481bb8c..c0a319824ba 100644 --- a/dictionaries/software-terms/package.json +++ b/dictionaries/software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "3.3.8", + "version": "3.3.9", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public" diff --git a/dictionaries/vim/CHANGELOG.md b/dictionaries/vim/CHANGELOG.md index 0a89f08974c..95dc5240dd8 100644 --- a/dictionaries/vim/CHANGELOG.md +++ b/dictionaries/vim/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-vim@1.0.0...@cspell/dict-vim@1.0.1) (2023-10-22) + + +### Updates and Bug Fixes + +* **vim:** add more commonly used words to vim dictionary ([#2673](https://github.com/streetsidesoftware/cspell-dicts/issues/2673)) ([4f80cdc](https://github.com/streetsidesoftware/cspell-dicts/commit/4f80cdc3eb99a76fcec0897e3ebf535a4ed06724)) +* Workflow Bot -- Build Dictionaries ([#2676](https://github.com/streetsidesoftware/cspell-dicts/issues/2676)) ([e193f3b](https://github.com/streetsidesoftware/cspell-dicts/commit/e193f3b4d7f36f799c389ce8d488707d5330204a)) + ## 1.0.0 (2023-10-20) diff --git a/dictionaries/vim/package.json b/dictionaries/vim/package.json index f55887bf834..c1e72e4192a 100644 --- a/dictionaries/vim/package.json +++ b/dictionaries/vim/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-vim", - "version": "1.0.0", + "version": "1.0.1", "description": "Vim dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index b46f4ee4bbc..0224413f468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "20.1.0", + "version": "20.2.0", "private": true, "packageManager": "pnpm@8.7.4", "scripts": {