diff --git a/CHANGELOG.md b/CHANGELOG.md index c55d798..74df783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.3.0](https://github.com/muuvmuuv/vscode-sundial/compare/v3.1.0...v3.3.0) (2023-04-26) + + +### Features + +* update deps and min requirement ([44e1142](https://github.com/muuvmuuv/vscode-sundial/commit/44e1142e589fc51d5e249673e1c623351503274c)) + ## [3.1.0](https://github.com/muuvmuuv/vscode-sundial/compare/v3.0.0...v3.1.0) (2022-04-21) diff --git a/package-lock.json b/package-lock.json index 901cdc9..2b49fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-sundial", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-sundial", - "version": "3.2.0", + "version": "3.3.0", "license": "GPLv3", "dependencies": { "dayjs": "^1.10.7", diff --git a/package.json b/package.json index 6a7f4d4..a114468 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-sundial", "displayName": "Sundial – Automatic night mode and settings switch", - "version": "3.2.0", + "version": "3.3.0", "description": "Automatically change your theme and settings based on your sunset, sunrise, system appearance or other preferences!", "icon": "assets/icon.png", "publisher": "muuvmuuv",