diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 964a5090226..da5f02d9707 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.0", + ".": "2.0.1", "dictionaries/ada": "2.0.1", "dictionaries/aws": "2.0.0", "dictionaries/bash": "2.0.4", @@ -67,7 +67,7 @@ "dictionaries/scala": "2.0.0", "dictionaries/scientific_terms_US": "2.0.0", "dictionaries/sl_SI": "1.0.2", - "dictionaries/software-terms": "2.2.12", + "dictionaries/software-terms": "2.2.13", "dictionaries/sql": "1.0.4", "dictionaries/sv": "2.0.4", "dictionaries/swift": "1.0.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebf5a0f4cb..89a69543c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Release Notes +## [2.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@2.0.0...cspell-dicts@2.0.1) (2022-10-09) + + +### Updates and Bug Fixes + +* Add incrementable ([#1506](https://github.com/streetsidesoftware/cspell-dicts/issues/1506)) ([53608ae](https://github.com/streetsidesoftware/cspell-dicts/commit/53608ae88dbd90315be546ce45439134c25e7c5b)) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies ([111bf0e](https://github.com/streetsidesoftware/cspell-dicts/commit/111bf0e3cbe4eeb896d75d60490b46cc136e714a)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1504](https://github.com/streetsidesoftware/cspell-dicts/issues/1504)) ([192cb9c](https://github.com/streetsidesoftware/cspell-dicts/commit/192cb9c3a5f41686ee5ceeb2a259c1b54d106de2)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1508](https://github.com/streetsidesoftware/cspell-dicts/issues/1508)) ([111bf0e](https://github.com/streetsidesoftware/cspell-dicts/commit/111bf0e3cbe4eeb896d75d60490b46cc136e714a)) + ## [2.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@1.6.4...cspell-dicts@2.0.0) (2022-10-01) diff --git a/dictionaries/software-terms/CHANGELOG.md b/dictionaries/software-terms/CHANGELOG.md index 1cb11230c2e..2746c07777c 100644 --- a/dictionaries/software-terms/CHANGELOG.md +++ b/dictionaries/software-terms/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.13](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@2.2.12...@cspell/dict-software-terms@2.2.13) (2022-10-09) + + +### Updates and Bug Fixes + +* Add incrementable ([#1506](https://github.com/streetsidesoftware/cspell-dicts/issues/1506)) ([53608ae](https://github.com/streetsidesoftware/cspell-dicts/commit/53608ae88dbd90315be546ce45439134c25e7c5b)) + ## [2.2.12](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@2.2.11...@cspell/dict-software-terms@2.2.12) (2022-10-01) diff --git a/dictionaries/software-terms/package.json b/dictionaries/software-terms/package.json index fba2ff2bf82..c88fb42eba2 100644 --- a/dictionaries/software-terms/package.json +++ b/dictionaries/software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "2.2.12", + "version": "2.2.13", "description": "Software terms dictionary for cspell.", "publishConfig": { "access": "public" diff --git a/package.json b/package.json index c3732b3cadb..380e2141fb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "test": "lerna run test",