From 68f429af6586e9fe99e4a4206b37dcfc3ae74229 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2024 18:54:42 +0000 Subject: [PATCH] chore(release): 1.6.0 # [1.6.0](https://github.com/icorbrey/clarity-noir/compare/v1.5.0...v1.6.0) (2024-10-25) ### Features * Add language support for TOML ([#43](https://github.com/icorbrey/clarity-noir/issues/43)) ([42a5853](https://github.com/icorbrey/clarity-noir/commit/42a58532a9835125cf9e94dfcd0ab8b9a1042b3e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b867c..72b2932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/icorbrey/clarity-noir/compare/v1.5.0...v1.6.0) (2024-10-25) + + +### Features + +* Add language support for TOML ([#43](https://github.com/icorbrey/clarity-noir/issues/43)) ([42a5853](https://github.com/icorbrey/clarity-noir/commit/42a58532a9835125cf9e94dfcd0ab8b9a1042b3e)) + # [1.5.0](https://github.com/icorbrey/clarity-noir/compare/v1.4.0...v1.5.0) (2024-10-25) diff --git a/package.json b/package.json index 38309e9..ccd09ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clarity-noir", "publisher": "icorbrey", - "version": "1.5.0", + "version": "1.6.0", "displayName": "Clarity Noir", "description": "A clear, crisp dark theme for pleasant viewing in sunlight.", "author": "Isaac Corbrey ",