From 7ec565c27f8f38cdf706e818fe1bf0cb9581f58f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:50:32 +0200 Subject: [PATCH] chore(main): release 1.17.0 (#537) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 8 +++++--- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ac4d3d..e9beac79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.17.0](https://github.com/equinor/vscode-septic/compare/v1.16.7...v1.17.0) (2024-04-17) + + +### ๐Ÿงน Chores + +* **deps:** bump @types/node from 16.18.85 to 16.18.96 ([#539](https://github.com/equinor/vscode-septic/issues/539)) ([e83a049](https://github.com/equinor/vscode-septic/commit/e83a0494d77345b6d8c16ed9238c82692df994a3)) +* **deps:** bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 ([#487](https://github.com/equinor/vscode-septic/issues/487)) ([af5f824](https://github.com/equinor/vscode-septic/commit/af5f8240a9c4a05104467098352ace0106bba74d)) +* **deps:** bump eslint from 8.56.0 to 9.0.0 ([#533](https://github.com/equinor/vscode-septic/issues/533)) ([25787d0](https://github.com/equinor/vscode-septic/commit/25787d0fde428da58447106a10798745e6f98b6c)) + + +### ๐Ÿ“š Documentation + +* update SEPTIC documentation for latest ([#540](https://github.com/equinor/vscode-septic/issues/540)) ([c51bfb0](https://github.com/equinor/vscode-septic/commit/c51bfb0b54b17492cc9af11755248c52ee020e78)) + + +### โœจ Features + +* add command for generating calc cycle report ([#536](https://github.com/equinor/vscode-septic/issues/536)) ([f4f47d5](https://github.com/equinor/vscode-septic/commit/f4f47d5afbe456190f3b74a319bb9f0d9ef41142)) + + +### ๐ŸŽ๏ธ Optimalization + +* add buffer for changes and remove bottleneck ([#534](https://github.com/equinor/vscode-septic/issues/534)) ([53a9569](https://github.com/equinor/vscode-septic/commit/53a95698bd480f4cd6841e939cf84cd93f931f90)) + ## [1.16.7](https://github.com/equinor/vscode-septic/compare/v1.16.6...v1.16.7) (2024-03-13) diff --git a/package-lock.json b/package-lock.json index a175af81..d6036aac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "septic-config", - "version": "1.16.7", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "septic-config", - "version": "1.16.7", + "version": "1.17.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 01cb7de7..1405f2e9 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.16.7", + "version": "1.17.0", "repository": { "type": "git", "url": "https://github.com/equinor/vscode-septic" @@ -24,8 +24,10 @@ "main": "./client/out/extension", "contributes": { "commands": [ - {"command": "septic.detectCycles", - "title": "Septic: Detect Cycles in Calcs"} + { + "command": "septic.detectCycles", + "title": "Septic: Detect Cycles in Calcs" + } ], "configuration": { "type": "object",