Skip to content

Commit 5d55d92

Browse files
chore: release main (#5218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3853bb8 commit 5d55d92

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "33.1.0",
2+
".": "33.2.0",
33
"dictionaries/ada": "4.1.1",
44
"dictionaries/aws": "4.0.17",
55
"dictionaries/bash": "4.2.2",
@@ -65,7 +65,7 @@
6565
"dictionaries/ruby": "5.1.0",
6666
"dictionaries/rust": "4.1.2",
6767
"dictionaries/scala": "5.0.9",
68-
"dictionaries/scientific_terms_US": "3.0.8",
68+
"dictionaries/scientific_terms_US": "3.1.0",
6969
"dictionaries/sl_SI": "1.0.11",
7070
"dictionaries/software-terms": "5.1.20",
7171
"dictionaries/sql": "2.2.1",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release Notes
22

3+
## [33.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.1.0...cspell-dicts@33.2.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* Add mathematics dictionary in the scientific terms ([#5215](https://github.com/streetsidesoftware/cspell-dicts/issues/5215)) ([ca34df7](https://github.com/streetsidesoftware/cspell-dicts/commit/ca34df7f23c2c59be2949c846d0a58bcdcd30a6e))
9+
10+
11+
### Updates and Bug Fixes
12+
13+
* move generated files to `dict` dir ([#5219](https://github.com/streetsidesoftware/cspell-dicts/issues/5219)) ([393f472](https://github.com/streetsidesoftware/cspell-dicts/commit/393f472b97d66c0bec675b8e23e2376a9242b80e))
14+
315
## [33.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.0.2...cspell-dicts@33.1.0) (2026-02-03)
416

517

dictionaries/scientific_terms_US/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2222

2323

2424

25+
## [3.1.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-scientific-terms-us@3.0.8...@cspell/dict-scientific-terms-us@3.1.0) (2026-02-04)
26+
27+
28+
### Features
29+
30+
* Add mathematics dictionary in the scientific terms ([#5215](https://github.com/streetsidesoftware/cspell-dicts/issues/5215)) ([ca34df7](https://github.com/streetsidesoftware/cspell-dicts/commit/ca34df7f23c2c59be2949c846d0a58bcdcd30a6e))
31+
32+
33+
### Updates and Bug Fixes
34+
35+
* move generated files to `dict` dir ([#5219](https://github.com/streetsidesoftware/cspell-dicts/issues/5219)) ([393f472](https://github.com/streetsidesoftware/cspell-dicts/commit/393f472b97d66c0bec675b8e23e2376a9242b80e))
36+
2537
## [3.0.8](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-scientific-terms-us@3.0.7...@cspell/dict-scientific-terms-us@3.0.8) (2025-07-19)
2638

2739

dictionaries/scientific_terms_US/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/dict-scientific-terms-us",
3-
"version": "3.0.8",
3+
"version": "3.1.0",
44
"description": "Scientific Terms US dictionary for cspell.",
55
"publishConfig": {
66
"access": "public",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-dicts",
3-
"version": "33.1.0",
3+
"version": "33.2.0",
44
"private": true,
55
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
66
"scripts": {

0 commit comments

Comments
 (0)