From 4cb20377af1fba71dbe34266f39e09dbc54d6cd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 08:28:01 +0200 Subject: [PATCH] chore(main): release 1.18.1 (#554) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48c6184..c1858253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.18.1](https://github.com/equinor/vscode-septic/compare/v1.18.0...v1.18.1) (2024-05-02) + + +### 📚 Documentation + +* update SEPTIC documentation for latest ([#552](https://github.com/equinor/vscode-septic/issues/552)) ([9f13d01](https://github.com/equinor/vscode-septic/commit/9f13d0176cf9be9af318837e41d0c2c788aab547)) + ## [1.18.0](https://github.com/equinor/vscode-septic/compare/v1.17.1...v1.18.0) (2024-04-24) diff --git a/package-lock.json b/package-lock.json index d8cf4e01..af87b6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "septic-config", - "version": "1.18.0", + "version": "1.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "septic-config", - "version": "1.18.0", + "version": "1.18.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index f019a3a4..231bf1ce 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.18.0", + "version": "1.18.1", "repository": { "type": "git", "url": "https://github.com/equinor/vscode-septic"