From 3561c42722c3e69efce44f0884a12200f87a1355 Mon Sep 17 00:00:00 2001 From: Guilherme Haschel Date: Sun, 21 Apr 2024 14:37:20 -0300 Subject: [PATCH] chore(release): 2.11.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759f30d..8f877a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.11.0](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.2...v2.11.0) (2024-04-21) + + +### Features + +* **theme support:** added support for nord theme ([120a3f6](https://github.com/ghaschel/vscode-angular-html/commit/120a3f6d8af8938881c94c5bf49a410cc2d7a175)) + + +### Bug Fixes + +* upgrade jsonc-parser from 3.2.0 to 3.2.1 ([850fed1](https://github.com/ghaschel/vscode-angular-html/commit/850fed1caab887a011a4859c0efe57e015b2c290)) +* upgrade semver from 7.5.4 to 7.6.0 ([7a6c5a4](https://github.com/ghaschel/vscode-angular-html/commit/7a6c5a4d730d28be1abad6961b36fd9327a3853d)) + ### [2.10.2](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.1...v2.10.2) (2024-02-14) diff --git a/package-lock.json b/package-lock.json index 75feee1..d2cc514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-angular-html", - "version": "2.10.2", + "version": "2.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-angular-html", - "version": "2.10.2", + "version": "2.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1a1b33b..b28e9a7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-angular-html", "displayName": "vscode-angular-html", "description": "Syntax highlighting for angular HTML Template files", - "version": "2.10.2", + "version": "2.11.0", "publisher": "ghaschel", "license": "MIT", "repository": {