Skip to content

Commit

Permalink
chore: release main (#1112)
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 Jan 6, 2025
1 parent 3c0e040 commit ef86aa7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 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 @@
{
".": "5.9.1",
".": "5.9.2",
"extensions/arabic": "0.2.3",
"extensions/basque": "1.0.6",
"extensions/bulgarian": "0.1.13",
Expand Down Expand Up @@ -49,5 +49,5 @@
"extensions/latin": "1.0.3",
"extensions/cspell-bundled-dictionaries": "1.0.10",
"extensions/macedonian": "1.0.2",
"extensions/timestamp-hover": "1.0.1"
"extensions/timestamp-hover": "1.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.9.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2025-01-06)


### Updates and Bug Fixes

* round the timestamp to the nearest ms. ([#1111](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1111)) ([3c0e040](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/3c0e040ed87f2ccafdfa87bed966b06fd2fe498d))

## [5.9.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2025-01-05)


Expand Down
7 changes: 7 additions & 0 deletions extensions/timestamp-hover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/[email protected]@1.0.2) (2025-01-06)


### Updates and Bug Fixes

* round the timestamp to the nearest ms. ([#1111](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1111)) ([3c0e040](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/3c0e040ed87f2ccafdfa87bed966b06fd2fe498d))

## [1.0.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/[email protected]@1.0.1) (2025-01-05)


Expand Down
4 changes: 2 additions & 2 deletions extensions/timestamp-hover/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/timestamp-hover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Timestamp Hover",
"description": "Display the date and time of a timestamp.",
"icon": "images/icon.png",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"publisher": "streetsidesoftware",
"license": "GPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-cspell-dict-extensions",
"private": true,
"version": "5.9.1",
"version": "5.9.2",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit ef86aa7

Please sign in to comment.