Skip to content

Commit

Permalink
chore: release main (#2125)
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] committed Apr 20, 2023
1 parent 70e31b0 commit c422c71
Show file tree
Hide file tree
Showing 5 changed files with 18 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.0.1",
".": "12.0.2",
"dictionaries/ada": "4.0.1",
"dictionaries/aws": "3.0.0",
"dictionaries/bash": "4.1.1",
Expand All @@ -20,7 +20,7 @@
"dictionaries/docker": "1.1.6",
"dictionaries/dotnet": "5.0.0",
"dictionaries/el": "2.0.1",
"dictionaries/elixir": "4.0.2",
"dictionaries/elixir": "4.0.3",
"dictionaries/en_GB": "4.1.14",
"dictionaries/en_GB-MIT": "2.1.8",
"dictionaries/en_US": "4.3.2",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## [12.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@12.0.1...cspell-dicts@12.0.2) (2023-04-20)


### Updates and Bug Fixes

* Add shortdoc to elixir ([70e31b0](https://github.com/streetsidesoftware/cspell-dicts/commit/70e31b0636bb7fa2f50986c5766fab899098deb3))

## [12.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@12.0.0...cspell-dicts@12.0.1) (2023-04-15)


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

## [4.0.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-elixir@4.0.2...@cspell/dict-elixir@4.0.3) (2023-04-20)


### Updates and Bug Fixes

* Add shortdoc to elixir ([70e31b0](https://github.com/streetsidesoftware/cspell-dicts/commit/70e31b0636bb7fa2f50986c5766fab899098deb3))

## [4.0.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-elixir@4.0.1...@cspell/dict-elixir@4.0.2) (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion dictionaries/elixir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/dict-elixir",
"version": "4.0.2",
"version": "4.0.3",
"description": "Elixir 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": "12.0.1",
"version": "12.0.2",
"private": true,
"scripts": {
"test": "lerna run test",
Expand Down

0 comments on commit c422c71

Please sign in to comment.