From 9590c29af84a7be928a209581ca8cdf307526c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Mon, 14 Aug 2023 07:16:27 +0200 Subject: [PATCH] bump version to 0.13.0 --- CHANGELOG.md | 7 ++++--- src/manifest.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8d79c..abafb1d 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). -## [Unreleased] +## [0.13.0] - 2023-08-14 ### Added @@ -118,8 +118,9 @@ 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.12.1...HEAD -[0.11.1]: https://github.com/laedit/new-tab-moment/compare/0.11.1...0.12.1 +[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 +[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 [0.9.7]: https://github.com/laedit/new-tab-moment/compare/0.8.0...0.9.7 diff --git a/src/manifest.json b/src/manifest.json index 30f2cca..bb1c0c1 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.12.1", + "version": "0.13.0", "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",