From 8d1aa82479e8dba4dc1b5e8cdda91a0d55260055 Mon Sep 17 00:00:00 2001 From: Marvin Heilemann <11534760+muuvmuuv@users.noreply.github.com> Date: Wed, 5 Mar 2025 07:39:52 +0100 Subject: [PATCH] chore: release 3.6.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67d61e..ed0f561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.6.0 (2025-03-05) + +* feat: remove is-online and bump vs code peer ([33a9322](https://github.com/muuvmuuv/vscode-sundial/commit/33a9322)) +* build: fixed lock file ([c2b4d6f](https://github.com/muuvmuuv/vscode-sundial/commit/c2b4d6f)) +* build: use latest ovsx on release ([1473889](https://github.com/muuvmuuv/vscode-sundial/commit/1473889)) +* build(deps-dev): bump esbuild in the npm_and_yarn group (#62) ([ad626f5](https://github.com/muuvmuuv/vscode-sundial/commit/ad626f5)), closes [#62](https://github.com/muuvmuuv/vscode-sundial/issues/62) +* docs: update badges ([7eb1194](https://github.com/muuvmuuv/vscode-sundial/commit/7eb1194)) +* ci: fix several issues and update to latest ([71adbe8](https://github.com/muuvmuuv/vscode-sundial/commit/71adbe8)) + ## 3.5.1 (2025-01-21) * build: ignore more files ([6e2cb1d](https://github.com/muuvmuuv/vscode-sundial/commit/6e2cb1d)) diff --git a/package-lock.json b/package-lock.json index 7e7dce2..b7ba97d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-sundial", - "version": "3.5.1", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-sundial", - "version": "3.5.1", + "version": "3.6.0", "license": "GPLv3", "dependencies": { "date-fns": "^4.1.0", diff --git a/package.json b/package.json index 31a7a87..83b246d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-sundial", "displayName": "Sundial – Automatic night mode and settings switch", - "version": "3.5.1", + "version": "3.6.0", "description": "Automatically change your theme and settings based on your sunset, sunrise, system appearance or other preferences!", "icon": "assets/icon.png", "publisher": "muuvmuuv",