Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2023
1 parent 407c15c commit 0a70e57
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 8 additions & 0 deletions dictionaries/software-terms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/software-terms/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions dictionaries/vim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/vim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-vim",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vim dictionary for cspell.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-dicts",
"version": "20.1.0",
"version": "20.2.0",
"private": true,
"packageManager": "pnpm@8.7.4",
"scripts": {
Expand Down

0 comments on commit 0a70e57

Please sign in to comment.