diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5190741..af5cb3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - '*.*.*' jobs: - build: + release-firefox: if: github.ref_type == 'tag' runs-on: ubuntu-latest @@ -18,11 +18,6 @@ jobs: owm-geo-key: ${{ secrets.OWM_GEO }} owm-current-key: ${{ secrets.OWM_CURRENT }} - release-firefox: - needs: [build] - runs-on: ubuntu-latest - - steps: - name: Extract release notes id: extract-release-notes uses: ffurrer2/extract-release-notes@4db7ff8e9cc8a442ab103fd3ddfaebd0f8f36e4c diff --git a/CHANGELOG.md b/CHANGELOG.md index abafb1d..858d6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.13.0] - 2023-08-14 +## [0.13.1] - 2023-08-14 ### Added @@ -118,8 +118,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.13.0...HEAD -[0.13.0]: https://github.com/laedit/new-tab-moment/compare/0.12.1...0.13.0 +[unreleased]: https://github.com/laedit/new-tab-moment/compare/0.13.1...HEAD +[0.13.1]: https://github.com/laedit/new-tab-moment/compare/0.12.1...0.13.1 [0.12.1]: https://github.com/laedit/new-tab-moment/compare/0.11.1...0.12.1 [0.11.1]: https://github.com/laedit/new-tab-moment/compare/0.10.0...0.11.1 [0.10.0]: https://github.com/laedit/new-tab-moment/compare/0.9.7...0.10.0 diff --git a/src/manifest.json b/src/manifest.json index bb1c0c1..41a4059 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "New Tab - Moment", "short_name": "new-tab-moment", - "version": "0.13.0", + "version": "0.13.1", "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",