Skip to content

Commit

Permalink
missing closing }
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed Mar 18, 2023
1 parent 6683b95 commit 3be39b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
release='${{ steps.extract-release-notes.outputs.release_notes }}'
cat <<EOF > ./version-metadata.json
{
"release_notes": {
"en-US": $(echo "${release//###}" | jq -sR .),
"_default": "en-US"
"release_notes": {
"en-US": $(echo "${release//###}" | jq -sR .),
"_default": "en-US"
}
}
EOF
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.9.6] - 2023-03-17
## [0.9.7] - 2023-03-17

### Changed

Expand Down Expand Up @@ -85,8 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Homepage option.

[unreleased]: https://github.com/laedit/new-tab-moment/compare/0.9.6...HEAD
[0.9.6]: https://github.com/laedit/new-tab-moment/compare/0.8.0...0.9.6
[unreleased]: https://github.com/laedit/new-tab-moment/compare/0.9.7...HEAD
[0.9.7]: https://github.com/laedit/new-tab-moment/compare/0.8.0...0.9.7
[0.8.0]: https://github.com/laedit/new-tab-moment/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/laedit/new-tab-moment/releases/tag/0.7.0
[0.5.2]: https://github.com/laedit/new-tab-moment/releases/tag/0.5.2
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "New Tab - Moment",
"short_name": "new-tab-moment",
"version": "0.9.6",
"version": "0.9.7",
"description": "A minimalist clock on the new tab page showing the current time, date, and weather. Based on Moment from Alfred Xing.",
"author": "laedit",
"homepage_url": "https://github.com/laedit/new-tab-moment",
Expand Down

0 comments on commit 3be39b8

Please sign in to comment.