Package detail

@cspell/dict-en-gb

streetsidesoftware2.7mLGPL-3.05.0.12

British English dictionary for cspell.

cspell, cspell-ext, en_GB, dictionary

readme

CSpell en_GB Dictionary

British English dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

Tool Version
cspell >= 8
Code Spell Checker - Visual Studio Code >= 4

Local Installation

npm install -D @cspell/dict-en-gb

Configuration

<summary>VSCode Settings</summary> Add the following to your VSCode settings: .vscode/settings.json jsonc { "cSpell.import": ["@cspell/dict-en-gb/cspell-ext.json"], "cSpell.language": "en-GB", }
<summary>CSpell Settings cspell.json</summary> cspell.json jsonc { "import": ["@cspell/dict-en-gb/cspell-ext.json"], "language": "en-GB", }
<summary>CSpell Settings cspell.config.yaml</summary> cspell.config.yaml yaml import: - '@cspell/dict-en-gb/cspell-ext.json' language: en-GB

Local Installation using CDN

CDN Configuration

<summary>VSCode Settings</summary> Add the following to your VSCode settings: .vscode/settings.json jsonc { "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb/cspell-ext.json"], "cSpell.language": "en-GB", }
<summary>CSpell Settings cspell.json</summary> cspell.json jsonc { "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb/cspell-ext.json"], "language": "en-GB", }
<summary>CSpell Settings cspell.config.yaml</summary> cspell.config.yaml yaml import: - https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb/cspell-ext.json language: en-GB

Dictionary Information

Name Enabled Description
en-gb British English Dictionary

Language Settings

Name Locale File Type
en-gb en-GB *

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

Adding Words

Contributions are welcomed and encouraged, please read src/README.md.

License

The code used to build this dictionary is licensed under MIT license.

But because of the sources it includes, the @cspell/dict-en-gb package is released under:

LGPL-3.0-or-later

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software

changelog

Release Notes

31.5.8 (2025-08-19)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.24

31.5.7 (2025-08-15)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.23

31.5.6 (2025-08-12)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.22

31.5.5 (2025-07-26)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.21

31.5.4 (2025-07-21)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.20

31.5.3 (2025-07-20)

Updates and Bug Fixes

31.5.2 (2025-07-19)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.19

31.5.1 (2025-07-13)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.18

31.5.0 (2025-07-12)

Features

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.17

31.4.8 (2025-07-09)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.16

31.4.7 (2025-07-07)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.15

31.4.6 (2025-07-06)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.14

31.4.5 (2025-07-05)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.13

31.4.4 (2025-07-04)

Updates and Bug Fixes

  • [terraform] Add missing Terraform related terms (#4609) (a1bc3d3)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.12

31.4.3 (2025-07-03)

Updates and Bug Fixes

31.4.2 (2025-07-01)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.11

31.4.1 (2025-06-30)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.10

31.4.0 (2025-06-26)

Features

  • en_AU: Add 83 Australian-specific words to dictionary (#4573) (6103ed1)

Updates and Bug Fixes

Documentation

  • add information about aoo-mozilla-en licenses (#4583) (088f6e1)
  • Add word formatting guidelines to CONTRIBUTING.md (#4574) (f2dfc7f)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.9

31.3.2 (2025-06-23)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.8

31.3.1 (2025-06-14)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.7

31.3.0 (2025-06-11)

Features

Updates and Bug Fixes

  • add missing 'nodenext' to dict/typescript.txt (#4539) (272d3a5)
  • add Vue-related terms to typescript ecosystem dictionary (#4532) (94c1446)
  • Workflow Bot -- Build Dictionaries (#4535) (762778e)
  • Workflow Bot -- Build Dictionaries (#4537) (d961b7b)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.6

31.2.1 (2025-06-10)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.5

31.2.0 (2025-05-28)

Features

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.4

31.1.1 (2025-05-20)

Updates and Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @cspell/dict-cspell-bundle bumped to 2.0.3

31.1.0 (2025-05-16)

Features

  • update mn_MN dictionary package and add download script (83b2d58)

Updates and Bug Fixes

31.0.1 (2025-05-08)

Updates and Bug Fixes

31.0.0 (2025-05-07)

⚠ BREAKING CHANGES

  • sync CSpell v9 dictionaries (#4417)

Features

Updates and Bug Fixes

30.1.2 (2025-05-06)

Updates and Bug Fixes

Code Refactoring

  • consolidate English shared -ise words into shared-additional-words-ise.txt (#4397) (36a1d61)

Tests

  • make sure conditional builds are tested. (#4404) (e9dffbc)

30.1.1 (2025-05-04)

Updates and Bug Fixes

30.1.0 (2025-05-04)

Features

Updates and Bug Fixes

  • Make sure en_GB-MIT is a drop in replacement for en_GB. (#4380) (38843d4)
  • Workflow Bot -- Update Dictionaries (#4382) (f35bbf0)

Tests

30.0.1 (2025-05-04)

Updates and Bug Fixes

  • add back unverified words to fix breakage caused by recent changes to the en_GB-MIT dictionary (#4366) (416115d)
  • add common English acronyms (#4371) (2062be7)
  • add computing acronyms (#4370) (9725f65)
  • add more file types to filetypes dictionary (#4369) (1372621)
  • add software tools to software-terms dictionary (#4368) (df0fd38)
  • Workflow Bot -- Build Dictionaries (#4373) (6bf448a)
  • Workflow Bot -- Build Dictionaries (#4374) (10384fc)
  • Workflow Bot -- Build Dictionaries (#4375) (9d3a8f6)
  • Workflow Bot -- Build Dictionaries (#4376) (da224f8)

30.0.0 (2025-05-03)

⚠ BREAKING CHANGES

  • en-GB-MIT restructure. (#4360)
  • split legacy words from en_GB (#4349)

Features

Updates and Bug Fixes

29.4.1 (2025-04-22)

Updates and Bug Fixes

29.4.0 (2025-04-16)

Features

Updates and Bug Fixes

29.3.0 (2025-04-13)

Features

Updates and Bug Fixes

29.2.1 (2025-04-09)

Updates and Bug Fixes

29.2.0 (2025-04-07)

Features

Updates and Bug Fixes

29.1.2 (2025-04-03)

Updates and Bug Fixes

29.1.1 (2025-04-01)

Updates and Bug Fixes

29.1.0 (2025-04-01)

Features

Updates and Bug Fixes

29.0.2 (2025-03-19)

Updates and Bug Fixes

  • Add "succumber", "succumbence", and "succumbency" to the en_shared dictionary to complement the existing. (#4184) (6c17fb1)
  • Fix typo of indentless_arrays (#4177) (e1ac617)
  • Workflow Bot -- Build Dictionaries (#4178) (899ae8e)
  • Workflow Bot -- Build Dictionaries (#4182) (2eec6cd)
  • Workflow Bot -- Build Dictionaries (#4186) (f059ec7)
  • Workflow Bot -- Update Dictionaries (#4175) (2a62b0d)

29.0.1 (2025-03-13)

Updates and Bug Fixes

29.0.0 (2025-03-12)

⚠ BREAKING CHANGES

  • separate out software tools from terms (#4161)

Features

Updates and Bug Fixes

28.11.4 (2025-03-03)

Updates and Bug Fixes

28.11.3 (2025-03-03)

Updates and Bug Fixes

28.11.2 (2025-03-02)

Updates and Bug Fixes

28.11.1 (2025-02-22)

Updates and Bug Fixes

28.11.0 (2025-02-22)

Features

Updates and Bug Fixes

28.10.1 (2025-02-21)

Updates and Bug Fixes

28.10.0 (2025-02-10)

Features

  • add additional words configuration file to gl-es dictionary (#4072) (800ab04)

Updates and Bug Fixes

Documentation

28.9.0 (2025-02-08)

Features

Updates and Bug Fixes

28.8.4 (2025-01-26)

Updates and Bug Fixes

28.8.3 (2025-01-18)

Updates and Bug Fixes

28.8.2 (2025-01-18)

Updates and Bug Fixes

  • Add additional terms to spelling lists from GoogleCloudPlatform/generative-ai (#4013) (ed34213)
  • Workflow Bot -- Build Dictionaries (#4016) (ced2e71)

Tests

28.8.1 (2025-01-15)

Updates and Bug Fixes

28.8.0 (2025-01-08)

Features

28.7.0 (2025-01-07)

Features

Updates and Bug Fixes

28.6.1 (2025-01-06)

Updates and Bug Fixes

28.6.0 (2025-01-03)

Features

Updates and Bug Fixes

28.5.1 (2024-12-30)

Updates and Bug Fixes

28.5.0 (2024-12-27)

Features

Updates and Bug Fixes

28.4.0 (2024-12-24)

Features

Updates and Bug Fixes

28.3.2 (2024-12-21)

Updates and Bug Fixes

28.3.1 (2024-12-16)

Updates and Bug Fixes

28.3.0 (2024-12-14)

Features

Updates and Bug Fixes

28.2.5 (2024-12-10)

Updates and Bug Fixes

28.2.4 (2024-12-05)

Updates and Bug Fixes

28.2.3 (2024-11-26)

Updates and Bug Fixes

28.2.2 (2024-11-22)

Updates and Bug Fixes

28.2.1 (2024-11-17)

Updates and Bug Fixes

28.2.0 (2024-11-16)

Features

Updates and Bug Fixes

28.1.4 (2024-11-11)

Updates and Bug Fixes

28.1.3 (2024-11-09)

Updates and Bug Fixes

28.1.2 (2024-11-07)

Updates and Bug Fixes

28.1.1 (2024-11-05)

Updates and Bug Fixes

28.1.0 (2024-11-03)

Features

Updates and Bug Fixes

28.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • Add common compound words to cpp dict (#3761)

Features

Updates and Bug Fixes

27.5.16 (2024-10-27)

Updates and Bug Fixes

27.5.15 (2024-10-23)

Updates and Bug Fixes

27.5.14 (2024-10-22)

Updates and Bug Fixes

27.5.13 (2024-10-20)

Updates and Bug Fixes

27.5.12 (2024-10-17)

Updates and Bug Fixes

27.5.11 (2024-10-11)

Updates and Bug Fixes

27.5.10 (2024-10-11)

Updates and Bug Fixes

27.5.9 (2024-10-11)

Updates and Bug Fixes

27.5.8 (2024-10-07)

Updates and Bug Fixes

27.5.7 (2024-10-06)

Updates and Bug Fixes

27.5.6 (2024-10-05)

Updates and Bug Fixes

27.5.5 (2024-10-01)

Updates and Bug Fixes

27.5.4 (2024-09-29)

Updates and Bug Fixes

27.5.3 (2024-09-22)

Updates and Bug Fixes

  • add -isnot to powershell dictionary fixes streetsidesoftware/cspell-dicts#3577 (#3599) (c930090)
  • Add new Shadow Root related HTML attributes (#3598) (c2ffcd5)
  • Workflow Bot -- Build Dictionaries (#3601) (3d2aaf2)
  • Workflow Bot -- Build Dictionaries (#3603) (8b9664b)

27.5.2 (2024-09-19)

Updates and Bug Fixes

27.5.1 (2024-08-31)

Updates and Bug Fixes

27.5.0 (2024-08-29)

Features

Updates and Bug Fixes

27.4.0 (2024-08-29)

Features

Updates and Bug Fixes

27.3.1 (2024-08-28)

Updates and Bug Fixes

27.3.0 (2024-08-27)

Features

Updates and Bug Fixes

27.2.1 (2024-08-27)

Updates and Bug Fixes

27.2.0 (2024-08-26)

Features

Updates and Bug Fixes

27.1.10 (2024-08-26)

Updates and Bug Fixes

27.1.9 (2024-08-23)

Updates and Bug Fixes

27.1.8 (2024-08-21)

Updates and Bug Fixes

27.1.7 (2024-08-21)

Updates and Bug Fixes

27.1.6 (2024-08-21)

Updates and Bug Fixes

27.1.5 (2024-08-12)

Updates and Bug Fixes

27.1.4 (2024-08-09)

Updates and Bug Fixes

27.1.3 (2024-08-06)

Updates and Bug Fixes

27.1.2 (2024-08-04)

Updates and Bug Fixes

27.1.1 (2024-08-03)

Updates and Bug Fixes

27.1.0 (2024-07-25)

Features

  • Enable fullstack by default for css, scss, and Razor (#3419) (e673008)

27.0.3 (2024-07-25)

Updates and Bug Fixes

27.0.2 (2024-07-24)

Updates and Bug Fixes

27.0.1 (2024-07-23)

Updates and Bug Fixes

27.0.0 (2024-07-18)

⚠ BREAKING CHANGES

  • Add corrections to software-terms (#3393)

Features

Updates and Bug Fixes

26.5.2 (2024-07-07)

Updates and Bug Fixes

26.5.1 (2024-07-06)

Updates and Bug Fixes

26.5.0 (2024-07-04)

Features

26.4.7 (2024-07-03)

Updates and Bug Fixes

26.4.6 (2024-07-01)

Updates and Bug Fixes

26.4.5 (2024-06-23)

Updates and Bug Fixes

26.4.4 (2024-06-20)

Updates and Bug Fixes

26.4.3 (2024-06-17)

Updates and Bug Fixes

26.4.2 (2024-06-14)

Updates and Bug Fixes

26.4.1 (2024-06-11)

Updates and Bug Fixes

26.4.0 (2024-06-10)

Features

Updates and Bug Fixes

26.3.2 (2024-06-08)

Updates and Bug Fixes

26.3.1 (2024-06-06)

Updates and Bug Fixes

26.3.0 (2024-06-06)

Features

  • reduce the size of the python dictionary (#3259) (a9c1302)

Updates and Bug Fixes

26.2.1 (2024-05-31)

Updates and Bug Fixes

26.2.0 (2024-05-30)

Features

  • Extend software-terms dictionary w/ cybersecurity terms (#3237) (1d8bd69)

Updates and Bug Fixes

26.1.3 (2024-05-28)

Updates and Bug Fixes

26.1.2 (2024-05-26)

Updates and Bug Fixes

26.1.1 (2024-05-24)

Updates and Bug Fixes

26.1.0 (2024-05-23)

Features

Updates and Bug Fixes

26.0.8 (2024-05-22)

Updates and Bug Fixes

26.0.7 (2024-05-22)

Updates and Bug Fixes

26.0.6 (2024-05-19)

Updates and Bug Fixes

26.0.5 (2024-05-18)

Updates and Bug Fixes

26.0.4 (2024-05-16)

Updates and Bug Fixes

26.0.3 (2024-05-02)

Updates and Bug Fixes

26.0.2 (2024-04-18)

Updates and Bug Fixes

26.0.1 (2024-04-16)

Updates and Bug Fixes

26.0.0 (2024-04-15)

⚠ BREAKING CHANGES

  • Remove cancelation from node dict (#3112)

Updates and Bug Fixes

25.1.1 (2024-04-13)

Updates and Bug Fixes

25.1.0 (2024-04-09)

Features

Updates and Bug Fixes

25.0.0 (2024-04-03)

⚠ BREAKING CHANGES

  • Use LGPL instead of GPL (#3080)

Updates and Bug Fixes

24.7.0 (2024-03-30)

Features

Updates and Bug Fixes

24.6.1 (2024-03-26)

Updates and Bug Fixes

24.6.0 (2024-03-21)

Features

Updates and Bug Fixes

24.5.1 (2024-03-12)

Updates and Bug Fixes

24.5.0 (2024-03-11)

Features

Updates and Bug Fixes

24.4.3 (2024-03-05)

Updates and Bug Fixes

Documentation

24.4.2 (2024-02-27)

Updates and Bug Fixes

24.4.1 (2024-02-26)

Updates and Bug Fixes

24.4.0 (2024-02-26)

Features

24.3.1 (2024-02-19)

Updates and Bug Fixes

  • Add mitigations to English shared-additional-words.txt (#2997) (6441d52)
  • Workflow Bot -- Build Dictionaries (#2999) (be5878e)

24.3.0 (2024-02-09)

Features

Updates and Bug Fixes

24.2.2 (2024-01-31)

Updates and Bug Fixes

  • Fix spelling of compatiblity in CPP word list (to compatibility) (#2969) (72eed78)
  • Fix spelling of subsytem in CPP word list (to subsystem) (#2970) (b44c424)
  • Workflow Bot -- Build Dictionaries (#2972) (27100c0)

24.2.1 (2024-01-29)

Updates and Bug Fixes

24.2.0 (2024-01-24)

Features

Updates and Bug Fixes

24.1.3 (2024-01-20)

Updates and Bug Fixes

24.1.2 (2024-01-18)

Updates and Bug Fixes

24.1.1 (2024-01-16)

Updates and Bug Fixes

24.1.0 (2024-01-15)

Features

Updates and Bug Fixes

24.0.2 (2024-01-10)

Updates and Bug Fixes

24.0.1 (2024-01-04)

Updates and Bug Fixes

24.0.0 (2024-01-02)

⚠ BREAKING CHANGES

  • Split data-science terms into multiple dictionaries (#2874)

Features

  • Reduce the size of the CPP dictionary (#2876) (f6a7c3c)
  • Split data-science terms into multiple dictionaries (#2874) (93a8e09)

Updates and Bug Fixes

  • Support adding additional terms to the CPP dict (#2882) (f858da5)
  • Workflow Bot -- Build Dictionaries (#2878) (3547b0f)

23.0.1 (2023-12-30)

Updates and Bug Fixes

23.0.0 (2023-12-29)

⚠ BREAKING CHANGES

  • Update en-common-misspellings license to CC BY-SA 4.0 (#2716)
  • [cryptocurrencies] organize + modernize the crypto wordlists (#2846)

Features

  • [cryptocurrencies] organize + modernize the crypto wordlists (#2846) (1d18683)
  • Update en-common-misspellings license to CC BY-SA 4.0 (#2716) (7a68a11)

Updates and Bug Fixes

22.0.0 (2023-12-25)

⚠ BREAKING CHANGES

  • [git] Add a "git" dictionary to hold git related terms. (#2838)

Features

  • [git] Add a "git" dictionary to hold git related terms. (#2838) (f179f86)

Updates and Bug Fixes

21.0.7 (2023-12-20)

Updates and Bug Fixes

21.0.6 (2023-12-17)

Updates and Bug Fixes

21.0.5 (2023-12-11)

Updates and Bug Fixes

21.0.4 (2023-12-07)

Updates and Bug Fixes

21.0.3 (2023-12-05)

Updates and Bug Fixes

21.0.2 (2023-11-28)

Updates and Bug Fixes

21.0.1 (2023-11-19)

Updates and Bug Fixes

21.0.0 (2023-11-12)

⚠ BREAKING CHANGES

  • Update licenses for several dictionaries to match license of their sources (#2627)

Features

  • Update licenses for several dictionaries to match license of their sources (#2627) (56a266a)

Updates and Bug Fixes

20.3.0 (2023-11-06)

Features

Updates and Bug Fixes

20.2.1 (2023-10-30)

Updates and Bug Fixes

20.2.0 (2023-10-22)

Features

Updates and Bug Fixes

20.1.0 (2023-10-20)

Features

Updates and Bug Fixes

Build System

  • deps: bump streetsidesoftware/cspell-action from 3.1.0 to 4.0.0 (#2663) (561fbde)

20.0.1 (2023-10-18)

Updates and Bug Fixes

20.0.0 (2023-10-11)

⚠ BREAKING CHANGES

  • Convert et-EE license to LGPL 3.0 (#2624)

Features

Updates and Bug Fixes

19.4.0 (2023-10-07)

Features

Updates and Bug Fixes

19.3.4 (2023-10-05)

Updates and Bug Fixes

19.3.3 (2023-09-30)

Updates and Bug Fixes

19.3.2 (2023-09-27)

Updates and Bug Fixes

19.3.1 (2023-09-22)

Updates and Bug Fixes

Build System

  • deps: bump peter-evans/create-pull-request from 4.2.3 to 5.0.2 in /.github/actions/pr (#2547) (c8ffc72)
  • deps: bump tibdex/github-app-token from 1.7.0 to 2.1.0 in /.github/actions/github-app-token (#2546) (4f59d6f)

19.3.0 (2023-09-22)

Features

  • Enable dictionary web-services by default (#2540) (8f86427)

Updates and Bug Fixes

19.2.4 (2023-09-21)

Updates and Bug Fixes

19.2.3 (2023-09-21)

Updates and Bug Fixes

Build System

  • deps: bump tibdex/github-app-token from 2.0 to 2.1 (#2513) (0c3e779)

19.2.2 (2023-09-19)

Updates and Bug Fixes

19.2.1 (2023-09-14)

Updates and Bug Fixes

19.2.0 (2023-09-12)

Features

Updates and Bug Fixes

Build System

  • deps-dev: bump eslint-config-prettier from 8.10.0 to 9.0.0 (#2472) (e723961)
  • deps: bump tibdex/github-app-token from 1.8 to 2.0 (#2490) (cc9d81c)

19.1.1 (2023-09-09)

Updates and Bug Fixes

Build System

  • deps: bump actions/checkout from 3 to 4 (#2474) (05721bf)
  • deps: bump streetsidesoftware/cspell-action from 3.0.0 to 3.1.0 (#2473) (a2809ff)

19.1.0 (2023-09-01)

Features

19.0.0 (2023-09-01)

⚠ BREAKING CHANGES

  • Upgrade fa_IR Dictionary (#2454)

Features

Updates and Bug Fixes

18.0.0 (2023-08-31)

⚠ BREAKING CHANGES

  • Upgrade pt_PT Dictionary (#2435)
  • Upgrade lt_LT Dictionary (#2440)
  • Upgrade hr_HR Dictionary (#2441)
  • Upgrade Medical Terms Dictionary (#2439)
  • Upgrade Crypto Currencies Dictionary (#2432)

Features

Updates and Bug Fixes

17.0.4 (2023-08-22)

Updates and Bug Fixes

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.26.3 to 3.0.0 (#2421) (6a5b011)

17.0.3 (2023-08-21)

Updates and Bug Fixes

  • Make sure Python uses the latest data sci dict (#2419) (58cff32)

17.0.2 (2023-08-21)

Updates and Bug Fixes

17.0.1 (2023-08-07)

Updates and Bug Fixes

  • add Deloitte Dezzai Lumitics Midjourney to companies.txt (#2394) (5bb0741)
  • add Neuro-Symbolic etc. to data-science-terms (#2398) (2424e74)
  • Workflow Bot -- Build Dictionaries (#2396) (7b592c3)

17.0.0 (2023-08-02)

⚠ BREAKING CHANGES

  • Upgrade Finland Cities Dict (#2387)
  • Upgrade vi_VN format (#2370)
  • Rebuild Norwegian (#2369)
  • Upgrade Lorem Dict (#2363)
  • Upgrade Fonts Dict (#2362)

Features

Updates and Bug Fixes

16.0.0 (2023-07-21)

⚠ BREAKING CHANGES

  • Update Turkish dictionary (#2360)

Features

Updates and Bug Fixes

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.26.2 to 2.26.3 (#2357) (601e54f)

15.0.1 (2023-07-20)

Updates and Bug Fixes

15.0.0 (2023-07-20)

⚠ BREAKING CHANGES

  • Esperanto - Update License and rebuild (#2354)

Features

Updates and Bug Fixes

14.0.0 (2023-07-20)

⚠ BREAKING CHANGES

  • Rebuild Hebrew dictionary (#2349)
  • Upgrade AWS Dict (#2274)

Features

Updates and Bug Fixes

13.0.0 (2023-07-19)

⚠ BREAKING CHANGES

  • Update Scientific Terms (#2346)
  • Rebuild Polish and Update License (#2340)
  • Update Greek Dictionary and License to GPL (#2339)
  • Update Greek (#2338)
  • Upgrade PL Dict (#2276)

Features

Updates and Bug Fixes

12.4.0 (2023-07-14)

Features

Updates and Bug Fixes

  • add TPDS JPDC etc. to computing-acronyms add Supercomputing software-terms (#2324) (11917ce)
  • Workflow Bot -- Build Dictionaries (#2328) (661320a)
  • Workflow Bot -- Build Dictionaries (#2329) (8309cdb)

12.3.2 (2023-07-12)

Build System

Updates and Bug Fixes

12.3.1 (2023-07-10)

Updates and Bug Fixes

  • add Dataloaders convolutionally MoElayer WAIC to data-science-terms (#2308) (d00ca7c)
  • add reportlab etc. to common_packages.txt (#2302) (d6ef973)
  • add USENIX OSDI SIGKDD to companies.txt (#2304) (bf8609f)
  • Workflow Bot -- Build Dictionaries (#2306) (a3a26ff)
  • Workflow Bot -- Build Dictionaries (#2314) (0b59fb7)

12.3.0 (2023-07-04)

Features

  • Update Django dictionary with version 4.2 (#2298) (4c17d37)

Updates and Bug Fixes

12.2.5 (2023-07-04)

Updates and Bug Fixes

  • add Widenet SISD MISD etc. to data-science-terms (#2289) (8028b0a)
  • Update description of the npm dictionary (#2291) (52e8b6f)
  • Workflow Bot -- Build Dictionaries (#2293) (d653cee)

12.2.4 (2023-07-03)

Build System

  • deps-dev: bump cpy-cli from 4.2.0 to 5.0.0 (#2277) (14bd5cf)

Updates and Bug Fixes

12.2.3 (2023-06-26)

Updates and Bug Fixes

  • add 'rebrand' and 'rebranding' to en-US (#2261) (720ea3b)
  • add DeepScale ICLR to software-terms add interpretability explainability to data-science-terms (#2259) (93a8529)
  • add feedforward hyperscale superpod deepfusion Conv1d to data-science terms (#2263) (5303faf)
  • Workflow Bot -- Build Dictionaries (#2262) (7661f77)
  • Workflow Bot -- Build Dictionaries (#2264) (625e84c)

12.2.2 (2023-06-23)

Updates and Bug Fixes

Build System

  • deps-dev: bump @lerna-lite/publish from 2.4.2 to 2.4.3 (#2253) (d129152)
  • deps-dev: bump commander from 10.0.1 to 11.0.0 (#2245) (7b1f402)

12.2.1 (2023-06-09)

Updates and Bug Fixes

  • add seaborn Ethr cygwin psping sockperf to software-tools.txt (#2232) (b135dd8)
  • Workflow Bot -- Build Dictionaries (#2235) (a39003c)

12.2.0 (2023-06-08)

Features

Updates and Bug Fixes

12.1.0 (2023-06-08)

Features

Updates and Bug Fixes

12.0.8 (2023-06-05)

Updates and Bug Fixes

  • add words to data_science network-protocols software-teams (#2197) (abdc1f8)

12.0.7 (2023-06-01)

Updates and Bug Fixes

  • add words to companies, network-protocol.txt, and software-tools.txt (#2190) (7a180ee)
  • Workflow Bot -- Build Dictionaries (#2194) (2ac3f06)
  • Workflow Bot -- Build Dictionaries (#2196) (e86685c)

12.0.6 (2023-05-24)

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.26.1 to 2.26.2 (#2176) (871f102)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2175) (59a07f7)
  • Workflow Bot -- Update ALL Dependencies (main) (#2185) (3948b15)

Updates and Bug Fixes

  • add words to companies, data_science, and software-terms (#2182) (ffba724)
  • Workflow Bot -- Build Dictionaries (#2186) (d1594c5)

12.0.5 (2023-05-17)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2149) (6aa8baf)
  • Workflow Bot -- Update ALL Dependencies (main) (#2152) (161ce65)
  • Workflow Bot -- Update ALL Dependencies (main) (#2161) (e8a1234)
  • Workflow Bot -- Update ALL Dependencies (main) (#2162) (172b336)
  • Workflow Bot -- Update ALL Dependencies (main) (#2174) (f1da461)

12.0.4 (2023-04-28)

Miscellaneous

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2134) (015cd78)

Updates and Bug Fixes

12.0.3 (2023-04-26)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2126) (f459822)

Updates and Bug Fixes

12.0.2 (2023-04-20)

Updates and Bug Fixes

12.0.1 (2023-04-15)

Build System

  • deps: bump peter-evans/create-pull-request from 4 to 5 (#2106) (a19ca83)
  • deps: bump streetsidesoftware/cspell-action from 2.26.0 to 2.26.1 (#2105) (bba72c8)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2102) (65d148b)

Miscellaneous

12.0.0 (2023-04-03)

⚠ BREAKING CHANGES

  • Update the Ukrainian dictionary from NPM. (#2103)
  • Upgrade uk_UA Dict (#2098)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2095) (f7a7b8e)
  • Workflow Bot -- Update ALL Dependencies (main) (#2097) (ff499db)

Updates and Bug Fixes

11.0.7 (2023-03-30)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2076) (5592edc)
  • Workflow Bot -- Update ALL Dependencies (main) (#2091) (fd81f4e)

Updates and Bug Fixes

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.23.0 to 2.25.0 (#2090) (ad27e53)
  • deps: bump streetsidesoftware/cspell-action from 2.25.0 to 2.26.0 (#2092) (d4bf19d)

11.0.6 (2023-03-23)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2074) (7be87e0)

Updates and Bug Fixes

11.0.5 (2023-03-20)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2056) (d196b61)
  • Workflow Bot -- Update ALL Dependencies (main) (#2069) (58c0053)

11.0.4 (2023-03-17)

Updates and Bug Fixes

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.29.3 to 6.30.0 (#2060) (802fdff)

11.0.3 (2023-03-15)

Updates and Bug Fixes

11.0.2 (2023-03-14)

Updates and Bug Fixes

11.0.1 (2023-03-14)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2046) (15d37e1)

Updates and Bug Fixes

11.0.0 (2023-03-14)

⚠ BREAKING CHANGES

  • Use go-words as source (#2039)
  • Update how words are split (#2033)
  • (go) Split out English words (#2027)
  • Update cspell-tools for new splitting rules (#2026)
  • (php) Only allow splits that are found in English (#2018)
  • (dotnet) remove misspelling from dict (#2014)

Miscellaneous

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.29.1 to 6.29.2 (#2029) (14bc675)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2038) (cc81d1b)

Updates and Bug Fixes

10.1.0 (2023-03-10)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2007) (2bb0bda)

Miscellaneous

Updates and Bug Fixes

10.0.1 (2023-03-08)

Miscellaneous

  • Do not change sha to older one (e37f44b)

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.22.0 to 2.23.0 (#1999) (2007b5b)

Continuous Integration

  • Stop release-please from looking too far back (987d14a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1998) (d410a8d)
  • Workflow Bot -- Update ALL Dependencies (main) (#2001) (8851a34)

Updates and Bug Fixes

10.0.0 (2023-03-04)

⚠ BREAKING CHANGES

  • Update Danish Dictionary (#1991)

Features

9.0.0 (2023-03-04)

⚠ BREAKING CHANGES

  • Update Italian Dictionary (#1986)

Features

Build System

  • deps-dev: bump aoo-mozilla-en-dict from 7d54518 to 790b3c4 (#1975) (34c223f)
  • deps: bump streetsidesoftware/cspell-action from 2.21.0 to 2.22.0 (#1963) (b0c509a)

Updates and Bug Fixes

8.8.0 (2023-02-24)

Features

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1951) (1f25e42)

8.7.6 (2023-02-22)

Miscellaneous

Updates and Bug Fixes

8.7.5 (2023-02-22)

Miscellaneous

Updates and Bug Fixes

8.7.4 (2023-02-21)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1923) (f989085)
  • Workflow Bot -- Update ALL Dependencies (main) (#1926) (94662f8)

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.19.0 to 2.21.0 (#1924) (1d93486)

Updates and Bug Fixes

8.7.3 (2023-02-17)

Updates and Bug Fixes

8.7.2 (2023-02-15)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1909) (f87172d)
  • Workflow Bot -- Update ALL Dependencies (main) (#1915) (d76fd70)

Updates and Bug Fixes

8.7.1 (2023-02-14)

Updates and Bug Fixes

  • Use suggestWords instead of flagWords for the suggestions (#1907) (2dd36e2)

8.7.0 (2023-02-12)

Features

  • Add English Common Misspellings dictionary (#1898) (70456a0)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1894) (6a7f214)
  • Workflow Bot -- Update ALL Dependencies (main) (#1896) (fcbf04d)
  • Workflow Bot -- Update ALL Dependencies (main) (#1899) (8081e96)

Updates and Bug Fixes

8.6.4 (2023-02-08)

Build System

  • deps: bump ava from 5.1.1 to 5.2.0 (#1885) (8787a88)
  • deps: bump streetsidesoftware/cspell-action from 2.18.0 to 2.19.0 (#1884) (be5fb12)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1888) (ec80fc8)
  • Workflow Bot -- Update ALL Dependencies (main) (#1889) (812a1ce)

8.6.3 (2023-02-06)

Updates and Bug Fixes

8.6.2 (2023-02-05)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1869) (3570792)
  • Workflow Bot -- Update ALL Dependencies (main) (#1875) (533d1d7)
  • Workflow Bot -- Update ALL Dependencies (main) (#1878) (2a88bbf)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.20.0 to 6.20.1 (#1867) (b70a6b6)
  • deps-dev: bump @cspell/cspell-tools from 6.20.1 to 6.22.0 (#1880) (f2becd5)
  • deps: bump streetsidesoftware/cspell-action from 2.16.0 to 2.17.0 (#1866) (a6a57bc)
  • deps: bump streetsidesoftware/cspell-action from 2.17.0 to 2.18.0 (#1870) (e2d4472)

Updates and Bug Fixes

8.6.1 (2023-02-02)

Updates and Bug Fixes

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.19.2 to 6.20.0 (#1857) (574b5d0)
  • deps-dev: bump aoo-mozilla-en-dict from 2ec63d5 to 7d54518 (#1858) (4c2fa8a)
  • deps: bump cspell from 6.19.2 to 6.20.0 (#1859) (fb4cfb6)

8.6.0 (2023-02-01)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1854) (d20eb6d)

Updates and Bug Fixes

8.5.0 (2023-01-30)

Features

Miscellaneous

  • use shx instead of rimraf to delete files. (#1844) (431f780)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.18.1 to 6.19.2 (#1835) (5617675)
  • deps: bump streetsidesoftware/cspell-action from 2.15.1 to 2.16.0 (#1834) (dad6605)
  • deps: bump tibdex/github-app-token from 1.7 to 1.8 (#1847) (4ecacc2)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1837) (5334259)
  • Workflow Bot -- Update ALL Dependencies (main) (#1838) (ec356be)
  • Workflow Bot -- Update ALL Dependencies (main) (#1839) (086ea0d)
  • Workflow Bot -- Update ALL Dependencies (main) (#1841) (5a3dea4)
  • Workflow Bot -- Update ALL Dependencies (main) (#1845) (5cae076)
  • Workflow Bot -- Update ALL Dependencies (main) (#1848) (076e76a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1850) (31de4ce)

Documentation

8.4.2 (2023-01-19)

Build System

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1814) (6bdac03)
  • Workflow Bot -- Update ALL Dependencies (main) (#1830) (b6e8077)

Miscellaneous

  • remove dependency upon mkdirp (#1831) (a0e99c4)
  • Updated dictionaries should be a fix (242ca22)

Updates and Bug Fixes

  • Add idempotence and toolchains to softwareTerms (#1829) (f3273e4)
  • Workflow Bot -- Build Dictionaries (#1832) (0722760)

8.4.1 (2023-01-14)

Continuous Integration

Build System

  • deps-dev: bump rimraf from 3.0.2 to 4.0.4 (#1811) (2f6c321)

8.4.0 (2023-01-13)

Features

Updates and Bug Fixes

Miscellaneous

  • do not run tests on MacOs (e6e3873)

8.3.0 (2023-01-13)

Features

Continuous Integration

8.2.1 (2023-01-12)

Updates and Bug Fixes

  • Add data-ogxc and data-ogsb to fullstack. (7549469)

8.2.0 (2023-01-09)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1794) (ee8e85c)

8.1.1 (2023-01-08)

Updates and Bug Fixes

  • Add "mongod" to software terms dictionary. (#1793) (6490d26)
  • Add some more Ruby terms (#1787) (913503d)
  • Create software-services and add words to companies (#1790) (753e2c5)
  • rm superfluous locales and update additional_tokens in Serbian dictionaries (#1786) (4875da9)

Continuous Integration

8.1.0 (2023-01-05)

Features

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.15.0 to 2.15.1 (#1762) (2933794)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1768) (02f5de1)
  • Workflow Bot -- Build Dictionaries (#1772) (ab631c6)
  • Workflow Bot -- Build Dictionaries (#1776) (48b82c6)
  • Workflow Bot -- Build Dictionaries (#1781) (fd3b5aa)
  • Workflow Bot -- Update ALL Dependencies (97a5756)
  • Workflow Bot -- Update ALL Dependencies (main) (#1759) (97a5756)
  • Workflow Bot -- Update ALL Dependencies (main) (#1763) (8807e1c)
  • Workflow Bot -- Update ALL Dependencies (main) (#1766) (18130cd)
  • Workflow Bot -- Update ALL Dependencies (main) (#1773) (dc9adcc)
  • Workflow Bot -- Update ALL Dependencies (main) (#1777) (55c3d10)
  • Workflow Bot -- Update ALL Dependencies (main) (#1782) (7b90f9e)

Miscellaneous

8.0.0 (2022-12-30)

⚠ BREAKING CHANGES

  • Upgrade Scala
  • Upgrade Scala Dict (#1757)
  • Upgrade Ruby Dict (#1748)
  • Upgade Rust Dict (#1752)
  • Upgrade Powershell Dict (#1746)
  • Upgrade Lua Dict (#1740)

Features

Miscellaneous

  • Fix yarn references to private packages. (6106ad7)

Updates and Bug Fixes

Documentation

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.18.0 to 6.18.1 (#1751) (863cb2f)
  • deps: bump cspell from 6.18.0 to 6.18.1 (#1749) (e72a72e)

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1747) (d81a27d)
  • Workflow Bot -- Update ALL Dependencies (72082b7)
  • Workflow Bot -- Update ALL Dependencies (846116c)
  • Workflow Bot -- Update ALL Dependencies (main) (#1739) (846116c)
  • Workflow Bot -- Update ALL Dependencies (main) (#1756) (72082b7)

7.2.1 (2022-12-28)

Updates and Bug Fixes

Miscellaneous

  • Do not track en_shared generated dictionary. (#1737) (66e8368)

Continuous Integration

7.2.0 (2022-12-25)

Features

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.17.0 to 6.18.0 (#1718) (44fad43)
  • deps: bump streetsidesoftware/cspell-action from 2.14.0 to 2.15.0 (#1722) (8640456)

Updates and Bug Fixes

  • Add prerequire to en/shared-additional-words.txt (#1727) (4d3bf49)
  • Add words to various dicts (#1721) (937b3d2)
  • move share English words into their own package. (5314130)
  • move shared English words into their own package. (#1729) (5314130)
  • Rebuild TypeScript dictionary (#1720) (cd9815d)

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1724) (1746758)
  • Workflow Bot -- Build Dictionaries (#1726) (f95dc3a)
  • Workflow Bot -- Build Dictionaries (#1730) (0418caa)
  • Workflow Bot -- Update ALL Dependencies (8bd3151)
  • Workflow Bot -- Update ALL Dependencies (0893105)
  • Workflow Bot -- Update ALL Dependencies (main) (#1711) (0893105)
  • Workflow Bot -- Update ALL Dependencies (main) (#1731) (8bd3151)

7.1.1 (2022-12-21)

Miscellaneous

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#1708) (15d241e)

Updates and Bug Fixes

7.1.0 (2022-12-17)

Features

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.16.0 to 6.17.0 (#1686) (3df3593)
  • deps: bump cspell from 6.16.0 to 6.17.0 (#1684) (3eef2ac)
  • deps: bump streetsidesoftware/cspell-action from 2.13.0 to 2.14.0 (#1683) (e355af5)

Updates and Bug Fixes

Miscellaneous

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1679) (1584ac5)
  • Workflow Bot -- Build Dictionaries (#1692) (e7210b3)
  • Workflow Bot -- Build Dictionaries (#1696) (e203582)
  • Workflow Bot -- Update ALL Dependencies (369fffd)
  • Workflow Bot -- Update ALL Dependencies (25a9b5a)
  • Workflow Bot -- Update ALL Dependencies (0df9110)
  • Workflow Bot -- Update ALL Dependencies (c3c2fe7)
  • Workflow Bot -- Update ALL Dependencies (main) (#1680) (7ce2f3a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1682) (c8da120)
  • Workflow Bot -- Update ALL Dependencies (main) (#1687) (c3c2fe7)
  • Workflow Bot -- Update ALL Dependencies (main) (#1690) (0df9110)
  • Workflow Bot -- Update ALL Dependencies (main) (#1693) (25a9b5a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1701) (30e108c)
  • Workflow Bot -- Update ALL Dependencies (main) (#1706) (369fffd)

7.0.0 (2022-12-02)

⚠ BREAKING CHANGES

  • Reformat npm layout (#1678)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.15.0 to 6.15.1 (#1670) (6b24411)
  • deps-dev: bump @cspell/cspell-tools from 6.15.1 to 6.16.0 (#1676) (a35137e)

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1673) (8a3c1dd)
  • Workflow Bot -- Update ALL Dependencies (097debe)
  • Workflow Bot -- Update ALL Dependencies (cb5a1e7)
  • Workflow Bot -- Update ALL Dependencies (main) (#1672) (cb5a1e7)
  • Workflow Bot -- Update ALL Dependencies (main) (#1677) (097debe)

Updates and Bug Fixes

6.2.0 (2022-11-29)

Features

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.14.3 to 6.15.0 (#1664) (0c6b7ed)
  • deps: bump streetsidesoftware/cspell-action from 2.12.1 to 2.13.0 (#1663) (5c141f2)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (1368894)
  • Workflow Bot -- Update ALL Dependencies (16a2894)
  • Workflow Bot -- Update ALL Dependencies (main) (#1660) (16a2894)
  • Workflow Bot -- Update ALL Dependencies (main) (#1662) (d85d54d)
  • Workflow Bot -- Update ALL Dependencies (main) (#1666) (1368894)

6.1.1 (2022-11-22)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.14.2 to 6.14.3 (#1653) (036abaa)
  • deps: bump streetsidesoftware/cspell-action from 2.12.0 to 2.12.1 (#1648) (dc54f63)

Updates and Bug Fixes

  • Add CSharp XMLDoc keywords (8ea5ff8)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (348ece2)
  • Workflow Bot -- Update ALL Dependencies (c6737c9)
  • Workflow Bot -- Update ALL Dependencies (036a22b)
  • Workflow Bot -- Update ALL Dependencies (c9021ab)
  • Workflow Bot -- Update ALL Dependencies (3130ed0)
  • Workflow Bot -- Update ALL Dependencies (d302bde)
  • Workflow Bot -- Update ALL Dependencies (main) (#1645) (d302bde)
  • Workflow Bot -- Update ALL Dependencies (main) (#1647) (3130ed0)
  • Workflow Bot -- Update ALL Dependencies (main) (#1650) (c9021ab)
  • Workflow Bot -- Update ALL Dependencies (main) (#1651) (631dd06)
  • Workflow Bot -- Update ALL Dependencies (main) (#1652) (036a22b)
  • Workflow Bot -- Update ALL Dependencies (main) (#1655) (9ae4d52)
  • Workflow Bot -- Update ALL Dependencies (main) (#1656) (c6737c9)
  • Workflow Bot -- Update ALL Dependencies (main) (#1659) (348ece2)

6.1.0 (2022-11-12)

Features

  • Create a common ShellScript dictionary (#1639) (28ee43e)
  • Share words between all English dictionaries. (#1633) (db0b55c)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.14.1 to 6.14.2 (#1637) (883e1b5)

Miscellaneous

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1634) (1ea38f3)
  • Workflow Bot -- Build Dictionaries (#1644) (4fbbeb0)
  • Workflow Bot -- Update ALL Dependencies (5c6f742)
  • Workflow Bot -- Update ALL Dependencies (3aae2a3)
  • Workflow Bot -- Update ALL Dependencies (main) (#1630) (cb36a17)
  • Workflow Bot -- Update ALL Dependencies (main) (#1640) (3aae2a3)
  • Workflow Bot -- Update ALL Dependencies (main) (#1642) (5c6f742)

6.0.0 (2022-11-10)

⚠ BREAKING CHANGES

  • Upgrade Haskell Dictionary (#1621)
  • Upgrade Go Dictionary (#1620)
  • Upgrade dotnet Dictionary
  • Upgrade Django Dictionary (#1611)
  • Upgrade CSS Dictionary (#1610)
  • Upgrade Elixir Dictionary (#1614)

Features

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1607) (59c4824)
  • Workflow Bot -- Build Dictionaries (#1626) (3f8e9b7)
  • Workflow Bot -- Build Dictionaries (#1628) (e45f722)
  • Workflow Bot -- Update ALL Dependencies (24029e2)
  • Workflow Bot -- Update ALL Dependencies (9bed49b)
  • Workflow Bot -- Update ALL Dependencies (main) (#1616) (9bed49b)
  • Workflow Bot -- Update ALL Dependencies (main) (#1618) (24029e2)

5.0.0 (2022-11-08)

⚠ BREAKING CHANGES

  • Upgrade Bash Dictionary (#1601)
  • Update Ada dictionary (#1600)

Features

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.14.0 to 6.14.1 (#1592) (91bfbf6)
  • deps: bump cspell from 6.14.0 to 6.14.1 (#1595) (f720623)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (8e81d15)
  • Workflow Bot -- Update ALL Dependencies (2136849)
  • Workflow Bot -- Update ALL Dependencies (ded1820)
  • Workflow Bot -- Update ALL Dependencies (main) (#1587) (ded1820)
  • Workflow Bot -- Update ALL Dependencies (main) (#1596) (2136849)
  • Workflow Bot -- Update ALL Dependencies (main) (#1597) (fff9108)
  • Workflow Bot -- Update ALL Dependencies (main) (#1605) (8e81d15)

4.0.5 (2022-11-06)

Updates and Bug Fixes

Continuous Integration

4.0.4 (2022-11-05)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.13.3 to 6.14.0 (#1579) (5c1265f)
  • deps: bump streetsidesoftware/cspell-action from 2.11.0 to 2.12.0 (#1578) (8747d41)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1582) (279e568)
  • Workflow Bot -- Update ALL Dependencies (7e9582d)
  • Workflow Bot -- Update ALL Dependencies (d8b563a)
  • Workflow Bot -- Update ALL Dependencies (2a2a659)
  • Workflow Bot -- Update ALL Dependencies (main) (#1574) (2a2a659)
  • Workflow Bot -- Update ALL Dependencies (main) (#1576) (d8b563a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1580) (7e9582d)

4.0.3 (2022-11-03)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.13.2 to 6.13.3 (#1567) (35340bf)
  • deps: bump cspell from 6.13.2 to 6.13.3 (#1566) (aae17b7)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1573) (522f6a5)
  • Workflow Bot -- Update ALL Dependencies (6800779)
  • Workflow Bot -- Update ALL Dependencies (4060070)
  • Workflow Bot -- Update ALL Dependencies (d24d693)
  • Workflow Bot -- Update ALL Dependencies (main) (#1569) (d24d693)
  • Workflow Bot -- Update ALL Dependencies (main) (#1570) (4060070)
  • Workflow Bot -- Update ALL Dependencies (main) (#1571) (6800779)

4.0.2 (2022-10-31)

Updates and Bug Fixes

4.0.1 (2022-10-31)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (fc6eb95)
  • Workflow Bot -- Update ALL Dependencies (main) (#1559) (fc6eb95)

4.0.0 (2022-10-31)

⚠ BREAKING CHANGES

  • Rebuild Java Dictionary (#1557)
  • Force major version for en_GB. (#1556)
  • Rebuild en_US (#1553)
  • Upgrade to CSpell 6 format (#1552)
  • Upgrade Catalan Dictionary to CSpell 6 (#1551)
  • Update Bulgarian to use CSpell 6 format. (#1550)

Features

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.12.0 to 6.13.1 (#1543) (4efb47e)
  • deps: bump ava from 4.3.3 to 5.0.1 (#1536) (115dc48)
  • deps: bump cspell from 6.12.0 to 6.13.1 (#1544) (53ee63f)

Miscellaneous

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1529) (f754d0e)
  • Workflow Bot -- Build Dictionaries (#1539) (9298bb2)
  • Workflow Bot -- Build Dictionaries (#1546) (c8f1667)
  • Workflow Bot -- Build Dictionaries (#1548) (8fb732d)
  • Workflow Bot -- Update ALL Dependencies (ce50ce0)
  • Workflow Bot -- Update ALL Dependencies (3770b85)
  • Workflow Bot -- Update ALL Dependencies (db2e228)
  • Workflow Bot -- Update ALL Dependencies (35679b4)
  • Workflow Bot -- Update ALL Dependencies (01f4aec)
  • Workflow Bot -- Update ALL Dependencies (main) (#1525) (01f4aec)
  • Workflow Bot -- Update ALL Dependencies (main) (#1528) (35679b4)
  • Workflow Bot -- Update ALL Dependencies (main) (#1534) (db2e228)
  • Workflow Bot -- Update ALL Dependencies (main) (#1540) (3770b85)
  • Workflow Bot -- Update ALL Dependencies (main) (#1555) (ce50ce0)

3.0.2 (2022-10-19)

Build System

  • deps: bump tibdex/github-app-token from 1.6 to 1.7 (#1521) (2622209)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (462c6e8)
  • Workflow Bot -- Update ALL Dependencies (main) (#1523) (462c6e8)
  • Workflow Bot -- Update ALL Dependencies (main) (#1524) (dfa7f01)

3.0.1 (2022-10-17)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (1583f07)
  • Workflow Bot -- Update ALL Dependencies (a29c4be)
  • Workflow Bot -- Update ALL Dependencies (main) (#1515) (a29c4be)
  • Workflow Bot -- Update ALL Dependencies (main) (#1518) (1583f07)

Updates and Bug Fixes

3.0.0 (2022-10-10)

⚠ BREAKING CHANGES

  • Drop Support for CSpell 5. (#1512)

Features

2.1.0 (2022-10-10)

Features

  • Add microservices to software (946e16e)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (c985b45)
  • Workflow Bot -- Update ALL Dependencies (main) (#1509) (c985b45)

Updates and Bug Fixes

2.0.1 (2022-10-09)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (111bf0e)
  • Workflow Bot -- Update ALL Dependencies (main) (#1504) (192cb9c)
  • Workflow Bot -- Update ALL Dependencies (main) (#1508) (111bf0e)

2.0.0 (2022-10-01)

⚠ BREAKING CHANGES

  • Support Umlaut alternatives (#1500)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (742310b)
  • Workflow Bot -- Update ALL Dependencies (84204b7)
  • Workflow Bot -- Update ALL Dependencies (66b6f77)
  • Workflow Bot -- Update ALL Dependencies (main) (#1494) (66b6f77)
  • Workflow Bot -- Update ALL Dependencies (main) (#1496) (84204b7)
  • Workflow Bot -- Update ALL Dependencies (main) (#1497) (d92f133)
  • Workflow Bot -- Update ALL Dependencies (main) (#1501) (742310b)

Miscellaneous

Updates and Bug Fixes

1.6.4 (2022-09-29)

Build System

  • deps-dev: bump aoo-mozilla-en-dict from e676f00 to 6fa6ad2 (#1489) (f88c4f0)

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1491) (afb392e)
  • Workflow Bot -- Update ALL Dependencies (2cab701)
  • Workflow Bot -- Update ALL Dependencies (main) (#1492) (2cab701)

Updates and Bug Fixes

1.6.3 (2022-09-28)

Build System

  • deps-dev: bump @lerna-lite/run from 1.11.2 to 1.11.3 (#1474) (b8187e0)
  • deps: bump streetsidesoftware/cspell-action from 2.9.0 to 2.10.0 (#1471) (2a832ce)

Updates and Bug Fixes

Miscellaneous

  • do not spell check additional words file. (b815109)

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1488) (12914b6)
  • Workflow Bot -- Update ALL Dependencies (b739ba9)
  • Workflow Bot -- Update ALL Dependencies (8124696)
  • Workflow Bot -- Update ALL Dependencies (b7f6040)
  • Workflow Bot -- Update ALL Dependencies (37ef46b)
  • Workflow Bot -- Update ALL Dependencies (b4c41bf)
  • Workflow Bot -- Update ALL Dependencies (main) (#1467) (b4c41bf)
  • Workflow Bot -- Update ALL Dependencies (main) (#1469) (37ef46b)
  • Workflow Bot -- Update ALL Dependencies (main) (#1470) (b7f6040)
  • Workflow Bot -- Update ALL Dependencies (main) (#1477) (199344d)
  • Workflow Bot -- Update ALL Dependencies (main) (#1478) (f2759ba)
  • Workflow Bot -- Update ALL Dependencies (main) (#1479) (f6317ca)
  • Workflow Bot -- Update ALL Dependencies (main) (#1480) (dd738cf)
  • Workflow Bot -- Update ALL Dependencies (main) (#1485) (8124696)
  • Workflow Bot -- Update ALL Dependencies (main) (#1487) (b739ba9)

1.6.2 (2022-09-17)

Updates and Bug Fixes

1.6.1 (2022-09-16)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (7e6e99e)
  • Workflow Bot -- Update ALL Dependencies (3910eaf)
  • Workflow Bot -- Update ALL Dependencies (main) (#1454) (3910eaf)
  • Workflow Bot -- Update ALL Dependencies (main) (#1461) (7e6e99e)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.8.2 to 6.9.0 (#1459) (694e569)
  • deps: bump streetsidesoftware/cspell-action from 2.8.2 to 2.9.0 (#1457) (566d853)

Updates and Bug Fixes

1.6.0 (2022-09-14)

Features

Build System

  • deps: bump cspell from 6.8.1 to 6.8.2 (#1446) (725cf34)
  • deps: bump streetsidesoftware/cspell-action from 2.8.1 to 2.8.2 (#1453) (67c86ff)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (156c166)
  • Workflow Bot -- Update ALL Dependencies (85d82bc)
  • Workflow Bot -- Update ALL Dependencies (cd382f9)
  • Workflow Bot -- Update ALL Dependencies (10e7dac)
  • Workflow Bot -- Update ALL Dependencies (main) (#1443) (10e7dac)
  • Workflow Bot -- Update ALL Dependencies (main) (#1448) (cd382f9)
  • Workflow Bot -- Update ALL Dependencies (main) (#1450) (85d82bc)
  • Workflow Bot -- Update ALL Dependencies (main) (#1452) (156c166)

1.5.5 (2022-09-12)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (f4a1b36)
  • Workflow Bot -- Update ALL Dependencies (f5b423a)
  • Workflow Bot -- Update ALL Dependencies (ede1dbf)
  • Workflow Bot -- Update ALL Dependencies (main) (#1434) (ede1dbf)
  • Workflow Bot -- Update ALL Dependencies (main) (#1440) (f5b423a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1441) (f4a1b36)

Updates and Bug Fixes

1.5.4 (2022-09-05)

Updates and Bug Fixes

1.5.3 (2022-09-04)

Build System

  • deps-dev: bump aoo-mozilla-en-dict from 89f797a to e676f00 (#1427) (11942c7)

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1428) (7c877dc)
  • Workflow Bot -- Update ALL Dependencies (247b3f6)
  • Workflow Bot -- Update ALL Dependencies (4615dc4)
  • Workflow Bot -- Update ALL Dependencies (fd18369)
  • Workflow Bot -- Update ALL Dependencies (main) (#1422) (fd18369)
  • Workflow Bot -- Update ALL Dependencies (main) (#1424) (4615dc4)
  • Workflow Bot -- Update ALL Dependencies (main) (#1429) (247b3f6)

1.5.2 (2022-08-30)

Updates and Bug Fixes

1.5.1 (2022-08-29)

Updates and Bug Fixes

  • fix html dictionary build (df86a8f)

1.5.0 (2022-08-29)

Features

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.7.0 to 2.8.1 (#1413) (eece4d8)

1.4.0 (2022-08-29)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (ad07c3a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1406) (ad07c3a)

Miscellaneous

1.3.3 (2022-08-27)

Updates and Bug Fixes

1.3.2 (2022-08-26)

Build System

  • deps-dev: bump cpy-cli from 4.1.0 to 4.2.0 (#1392) (1d0de9f)

Updates and Bug Fixes

  • Add more software terms, linux distros, and tools (#1397) (e336437)

Continuous Integration

  • fix ava fault on node 18.8.0 (#1398) (8a1d5bc)
  • Workflow Bot -- Update ALL Dependencies (0abcbe2)
  • Workflow Bot -- Update ALL Dependencies (d85f03c)
  • Workflow Bot -- Update ALL Dependencies (main) (#1394) (f83f9c8)
  • Workflow Bot -- Update ALL Dependencies (main) (#1395) (e95a5b5)
  • Workflow Bot -- Update ALL Dependencies (main) (#1399) (d85f03c)
  • Workflow Bot -- Update ALL Dependencies (main) (#1403) (0abcbe2)

1.3.1 (2022-08-23)

Build System

  • deps-dev: bump spdx-license-ids from 3.0.11 to 3.0.12 (#1389) (966e5d9)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1390) (4ab7985)
  • Workflow Bot -- Update ALL Dependencies (fe22cc8)
  • Workflow Bot -- Update ALL Dependencies (3ae4e1b)
  • Workflow Bot -- Update ALL Dependencies (main) (#1385) (3ae4e1b)
  • Workflow Bot -- Update ALL Dependencies (main) (#1391) (fe22cc8)

1.3.0 (2022-08-22)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (f0e7f30)
  • Workflow Bot -- Update ALL Dependencies (main) (#1381) (f0e7f30)

Updates and Bug Fixes

1.2.0 (2022-08-21)

Features

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1379) (2272ad0)
  • Workflow Bot -- Update ALL Dependencies (780efe8)
  • Workflow Bot -- Update ALL Dependencies (main) (#1376) (780efe8)

1.1.17 (2022-08-21)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (0546c3a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1373) (0546c3a)

1.1.16 (2022-08-19)

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.4.0 to 2.7.0 (#1367) (cf9b0ba)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (14ec106)
  • Workflow Bot -- Update ALL Dependencies (e5dbebb)
  • Workflow Bot -- Update ALL Dependencies (7ad0c1a)
  • Workflow Bot -- Update ALL Dependencies (351f321)
  • Workflow Bot -- Update ALL Dependencies (fc64710)
  • Workflow Bot -- Update ALL Dependencies (f54faa2)
  • Workflow Bot -- Update ALL Dependencies (main) (#1357) (f54faa2)
  • Workflow Bot -- Update ALL Dependencies (main) (#1360) (fc64710)
  • Workflow Bot -- Update ALL Dependencies (main) (#1362) (351f321)
  • Workflow Bot -- Update ALL Dependencies (main) (#1365) (7ad0c1a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1366) (0e0b5f7)
  • Workflow Bot -- Update ALL Dependencies (main) (#1368) (e5dbebb)
  • Workflow Bot -- Update ALL Dependencies (main) (#1370) (14ec106)

Miscellaneous

1.1.15 (2022-08-12)

Updates and Bug Fixes

1.1.14 (2022-08-11)

Build System

Miscellaneous

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1352) (b4f2454)
  • Workflow Bot -- Update ALL Dependencies (53abbaa)
  • Workflow Bot -- Update ALL Dependencies (3333b44)
  • Workflow Bot -- Update ALL Dependencies (main) (#1344) (3333b44)
  • Workflow Bot -- Update ALL Dependencies (main) (#1349) (53abbaa)

1.1.13 (2022-08-10)

Build System

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (c51dc8f)
  • Workflow Bot -- Update ALL Dependencies (main) (#1342) (c51dc8f)

Updates and Bug Fixes

1.1.12 (2022-08-07)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (6dc8557)
  • Workflow Bot -- Update ALL Dependencies (main) (#1336) (6dc8557)

1.1.11 (2022-08-02)

Build System

  • deps-dev: bump aoo-mozilla-en-dict from 984ec1c to 89f797a (#1321) (3072c6f)
  • deps: bump streetsidesoftware/cspell-action from 2.3.0 to 2.4.0 (#1322) (042ce39)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Build Dictionaries (#1324) (25b75a5)
  • Workflow Bot -- Build Dictionaries (#1332) (862a2a1)
  • Workflow Bot -- Update ALL Dependencies (aa1d0c0)
  • Workflow Bot -- Update ALL Dependencies (41ab7b6)
  • Workflow Bot -- Update ALL Dependencies (main) (#1319) (41ab7b6)
  • Workflow Bot -- Update ALL Dependencies (main) (#1325) (aa1d0c0)

1.1.10 (2022-07-29)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (c656b33)
  • Workflow Bot -- Update ALL Dependencies (42adbd1)
  • Workflow Bot -- Update ALL Dependencies (5964ac9)
  • Workflow Bot -- Update ALL Dependencies (main) (#1312) (5964ac9)
  • Workflow Bot -- Update ALL Dependencies (main) (#1316) (42adbd1)
  • Workflow Bot -- Update ALL Dependencies (main) (#1318) (c656b33)

1.1.9 (2022-07-28)

Updates and Bug Fixes

  • Add sql datatypes and aliases (4dbc7bf)

Build System

  • deps-dev: bump @cspell/cspell-tools from 6.4.1 to 6.4.2 (#1303) (f6249ab)
  • deps-dev: bump lerna from 5.2.0 to 5.3.0 (#1307) (2d83358)
  • deps: bump streetsidesoftware/cspell-action from 2.2.0 to 2.3.0 (#1306) (f31b1d6)

Continuous Integration

  • fix workflow lint issues (32610d9)
  • Workflow Bot -- Update ALL Dependencies (8ec1ea8)
  • Workflow Bot -- Update ALL Dependencies (22ff03d)
  • Workflow Bot -- Update ALL Dependencies (main) (#1305) (22ff03d)
  • Workflow Bot -- Update ALL Dependencies (main) (#1309) (acd7976)
  • Workflow Bot -- Update ALL Dependencies (main) (#1310) (8ec1ea8)

1.1.8 (2022-07-26)

Continuous Integration

Updates and Bug Fixes

  • add Street Side Software to companies (8ee2b42)
  • secrets in release-please (9862738)

1.1.7 (2022-07-26)

Updates and Bug Fixes

  • Add several tech company names and their tools (5648103)

Continuous Integration

1.1.6 (2022-07-25)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (60e75ca)
  • Workflow Bot -- Update ALL Dependencies (main) (#1296) (60e75ca)

Miscellaneous

1.1.5 (2022-07-24)

Updates and Bug Fixes

  • @cspell/dict-sql: Add some more terms and ignore N' (#1291) (ef3a760)
  • Add some more terms and ignore expressions (ef3a760)

1.1.4 (2022-07-24)

Updates and Bug Fixes

1.1.3 (2022-07-23)

Updates and Bug Fixes

1.1.2 (2022-07-23)

Continuous Integration

1.1.1 (2022-07-23)

Updates and Bug Fixes

Continuous Integration

  • clean yo security issues (#1282) (02e4998)
  • Improve Publication Process (2d8a654)
  • Workflow Bot -- Update ALL Dependencies (153ccc1)
  • Workflow Bot -- Update ALL Dependencies (main) (#1284) (153ccc1)

1.1.0 (2022-07-23)

Features

Build System

  • deps: bump streetsidesoftware/cspell-action from 2.0.2 to 2.1.1 (#1243) (fe5a040)
  • deps: bump streetsidesoftware/cspell-action from 2.1.1 to 2.2.0 (#1263) (b718dd4)
  • deps: bump tibdex/github-app-token from 1.5 to 1.6 (#1246) (152e0b7)

Updates and Bug Fixes

Miscellaneous

Continuous Integration

  • Add a limit for release-please (569a3ea)
  • Add dictionary packages (1a2d623)
  • add script to generate config (0be9189)
  • Create release-please.yml (b64014f)
  • Do NOT pre-build GitPod on PR (f7e04ca)
  • fix package_versions script (d315be7)
  • improve release-please config gen (cf00324)
  • release-please - try no-component (555502a)
  • release-please - try setting the component explicitly (3106e0e)
  • release-please - try using package-name (b663b9e)
  • release-please make paths relative (b9c7211)
  • set release-please-manifest versions (973543b)
  • Update .release-please-manifest.json (34e7bb8)
  • Update .release-please-manifest.json (00f2c3d)
  • Update gen-release-please-config.jq (ea147c4)
  • Update gen-release-please-config.jq (58dd267)
  • Update gen-release-please-config.sh (0ceff45)
  • Update release-please.yml (3c2f762)
  • Update release-please.yml permissions (5d77361)
  • use Lerna style tags (df62438)
  • Workflow Bot -- Build Dictionaries (#1257) (e6e4518)
  • Workflow Bot -- Update ALL Dependencies (c35a7d8)
  • Workflow Bot -- Update ALL Dependencies (30bfd1a)
  • Workflow Bot -- Update ALL Dependencies (1ae3330)
  • Workflow Bot -- Update ALL Dependencies (226dc9e)
  • Workflow Bot -- Update ALL Dependencies (4367f47)
  • Workflow Bot -- Update ALL Dependencies (main) (#1242) (e48a561)
  • Workflow Bot -- Update ALL Dependencies (main) (#1244) (f687b34)
  • Workflow Bot -- Update ALL Dependencies (main) (#1256) (4367f47)
  • Workflow Bot -- Update ALL Dependencies (main) (#1259) (f185c35)
  • Workflow Bot -- Update ALL Dependencies (main) (#1261) (226dc9e)
  • Workflow Bot -- Update ALL Dependencies (main) (#1262) (b881127)
  • Workflow Bot -- Update ALL Dependencies (main) (#1264) (1ae3330)
  • Workflow Bot -- Update ALL Dependencies (main) (#1275) (30bfd1a)
  • Workflow Bot -- Update ALL Dependencies (main) (#1279) (c35a7d8)
  • Workflow Bot -- Update ALL Dependencies (main) (#1280) (f8b98aa)

1.0.0

  • Initial version
  • Documentation still needed.