From 4f2bf096a4c87cdcd00c9e4db22997ef9f910ef2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:07:27 +0200 Subject: [PATCH] chore(main): release 1.7.4 (#262) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5e491e..ecc5ee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.7.4](https://github.com/equinor/vscode-septic/compare/v1.7.3...v1.7.4) (2023-08-10) + + +### 🔨 Refactor + +* improve responsiveness with new tokenizer ([#258](https://github.com/equinor/vscode-septic/issues/258)) ([ea22ab7](https://github.com/equinor/vscode-septic/commit/ea22ab7e4ea5edc0845aa2a2e9d0df1677eec937)) + + +### ⏪️ Revert + +* version of @types/vscode to match engine version ([#264](https://github.com/equinor/vscode-septic/issues/264)) ([7b51a48](https://github.com/equinor/vscode-septic/commit/7b51a486ea38e0475090880011f292b27497ccc1)) + ## [1.7.3](https://github.com/equinor/vscode-septic/compare/v1.7.2...v1.7.3) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 75e7dd46..5a2ed1a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "septic-config", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "septic-config", - "version": "1.7.3", + "version": "1.7.4", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index de4aa2f2..7d1c28a4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Provides snippets, syntax highlighting and multi-level folding in Septic config files.", "author": "Equinor ASA", "license": "MIT", - "version": "1.7.3", + "version": "1.7.4", "repository": { "type": "git", "url": "https://github.com/equinor/vscode-septic"