Skip to content

Commit

Permalink
chore: release main (#2327)
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] authored Jul 14, 2023
1 parent 9f50599 commit 2844a8a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "12.3.2",
".": "12.4.0",
"dictionaries/ada": "4.0.1",
"dictionaries/aws": "3.0.0",
"dictionaries/bash": "4.1.1",
Expand Down Expand Up @@ -67,7 +67,7 @@
"dictionaries/scala": "5.0.0",
"dictionaries/scientific_terms_US": "2.0.0",
"dictionaries/sl_SI": "1.0.3",
"dictionaries/software-terms": "3.1.18",
"dictionaries/software-terms": "3.2.0",
"dictionaries/sql": "2.1.0",
"dictionaries/sv": "2.0.4",
"dictionaries/swift": "2.0.1",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## [12.4.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@12.3.2...cspell-dicts@12.4.0) (2023-07-14)


### Features

* Add computing-acronyms dictionary ([#2326](https://github.com/streetsidesoftware/cspell-dicts/issues/2326)) ([9757b4c](https://github.com/streetsidesoftware/cspell-dicts/commit/9757b4cb9764ade57d33f2e945bd4e8e96296642))


### Updates and Bug Fixes

* add TPDS JPDC etc. to computing-acronyms add Supercomputing software-terms ([#2324](https://github.com/streetsidesoftware/cspell-dicts/issues/2324)) ([11917ce](https://github.com/streetsidesoftware/cspell-dicts/commit/11917ce5ac94f2fce67eec2380e075a7e9e6c081))
* Workflow Bot -- Build Dictionaries ([#2328](https://github.com/streetsidesoftware/cspell-dicts/issues/2328)) ([661320a](https://github.com/streetsidesoftware/cspell-dicts/commit/661320af4737f92fce4a1d73aaec177cb051a3f0))
* Workflow Bot -- Build Dictionaries ([#2329](https://github.com/streetsidesoftware/cspell-dicts/issues/2329)) ([8309cdb](https://github.com/streetsidesoftware/cspell-dicts/commit/8309cdbcef61b92b20274dd45782c327d8cd9904))

## [12.3.2](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@12.3.1...cspell-dicts@12.3.2) (2023-07-12)


Expand Down
14 changes: 14 additions & 0 deletions dictionaries/software-terms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.1.18...@cspell/dict-software-terms@3.2.0) (2023-07-14)


### Features

* Add computing-acronyms dictionary ([#2326](https://github.com/streetsidesoftware/cspell-dicts/issues/2326)) ([9757b4c](https://github.com/streetsidesoftware/cspell-dicts/commit/9757b4cb9764ade57d33f2e945bd4e8e96296642))


### Updates and Bug Fixes

* add TPDS JPDC etc. to computing-acronyms add Supercomputing software-terms ([#2324](https://github.com/streetsidesoftware/cspell-dicts/issues/2324)) ([11917ce](https://github.com/streetsidesoftware/cspell-dicts/commit/11917ce5ac94f2fce67eec2380e075a7e9e6c081))
* Workflow Bot -- Build Dictionaries ([#2328](https://github.com/streetsidesoftware/cspell-dicts/issues/2328)) ([661320a](https://github.com/streetsidesoftware/cspell-dicts/commit/661320af4737f92fce4a1d73aaec177cb051a3f0))
* Workflow Bot -- Build Dictionaries ([#2329](https://github.com/streetsidesoftware/cspell-dicts/issues/2329)) ([8309cdb](https://github.com/streetsidesoftware/cspell-dicts/commit/8309cdbcef61b92b20274dd45782c327d8cd9904))

## [3.1.18](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-software-terms@3.1.17...@cspell/dict-software-terms@3.1.18) (2023-07-03)


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.1.18",
"version": "3.2.0",
"description": "Software related dictionaries 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": "12.3.2",
"version": "12.4.0",
"private": true,
"packageManager": "pnpm@8.6.1",
"scripts": {
Expand Down

0 comments on commit 2844a8a

Please sign in to comment.