From 0a2f183cef4fb71f54e3735459c2548ae608d4d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:22:11 +0200 Subject: [PATCH] chore(main): release 1.11.1 (#336) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3784c3b9..2cdcdf78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.11.1](https://github.com/equinor/vscode-septic/compare/v1.11.0...v1.11.1) (2023-10-09) + + +### 📚 Documentation + +* add variable datatype ([#333](https://github.com/equinor/vscode-septic/issues/333)) ([e6aecea](https://github.com/equinor/vscode-septic/commit/e6aeceab71bed08bdff8ce21be35fcb2ef05316a)) +* remove value from calc ([#332](https://github.com/equinor/vscode-septic/issues/332)) ([4037116](https://github.com/equinor/vscode-septic/commit/40371164ab68ae586e1114121a22813fb1e418bd)) + + +### 🐛 Bug Fixes + +* bug with hovering in document without objects ([#335](https://github.com/equinor/vscode-septic/issues/335)) ([a36c6a3](https://github.com/equinor/vscode-septic/commit/a36c6a309b2d1fb5d1def8b2070b7d7230a72659)) +* diagnostics length bit masks ([#334](https://github.com/equinor/vscode-septic/issues/334)) ([669cf5f](https://github.com/equinor/vscode-septic/commit/669cf5f690ea74a58e675d9a2dc93a6bad4d16c8)) + ## [1.11.0](https://github.com/equinor/vscode-septic/compare/v1.10.1...v1.11.0) (2023-10-05) diff --git a/package-lock.json b/package-lock.json index 62ba8cf9..cbb1309e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "septic-config", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "septic-config", - "version": "1.11.0", + "version": "1.11.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 638ea2c6..2e4bade4 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.11.0", + "version": "1.11.1", "repository": { "type": "git", "url": "https://github.com/equinor/vscode-septic"