diff --git a/.github/.release-manifest.json b/.github/.release-manifest.json index fa56359..05457e9 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 572c340..10b7bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [0.0.10](https://github.com/xseman/simple-light/compare/v0.0.9...v0.0.10) (2024-12-06) + + +### Dependency Updates + +* update config & packages ([211736e](https://github.com/xseman/simple-light/commit/211736e647918b596ca66129a138ced6d9f868b7)) + + +### Documentation + +* update images ([3ea19ff](https://github.com/xseman/simple-light/commit/3ea19ff1ff3d3d3aa6e32f0dfc8360d7e8dc5053)) +* update images, add contributors ([7977fe1](https://github.com/xseman/simple-light/commit/7977fe16650d122c60be2ec2019804a4aff59a3b)) +* update README ([4f8273e](https://github.com/xseman/simple-light/commit/4f8273e0cac188fc70eeaca60319795b828b6733)) +* update readme images ([b6914c2](https://github.com/xseman/simple-light/commit/b6914c25555b44d032fda7449cf10f5eff077a8f)) + + +### Maintenance + +* bump package ([437d3c1](https://github.com/xseman/simple-light/commit/437d3c1343760cd76fdc8f4812b2b4c7c4ee54c7)) +* update package ([abc9652](https://github.com/xseman/simple-light/commit/abc96526222cdf30c2986ee4407301ae2a671a86)) +* updates & add workflows ([f6337aa](https://github.com/xseman/simple-light/commit/f6337aa0e83ebe9d304c48e8a52802f2c889b8d1)) + ## [Unreleased] - Initial release diff --git a/package-lock.json b/package-lock.json index 5735386..7cdf2da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-light", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-light", - "version": "0.0.9", + "version": "0.0.10", "license": "Apache-2.0", "dependencies": { "@vscode/vsce": "^3.2.0" diff --git a/package.json b/package.json index a0bde8d..8bb61a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-light", - "version": "0.0.9", + "version": "0.0.10", "license": "Apache-2.0", "displayName": "Simple light", "description": "Simple light theme",