From 75bb528fbe478fa866358f5825b6cde73faee4ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 11:36:52 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416d529e..23f05d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.0](https://github.com/equinor/vscode-septic/compare/v1.0.1...v1.1.0) (2023-05-03) + + +### 🧹 Chores + +* **deps:** bump @types/jest from 29.5.0 to 29.5.1 ([#108](https://github.com/equinor/vscode-septic/issues/108)) ([411db6c](https://github.com/equinor/vscode-septic/commit/411db6c7159f3a5c17432500c09add2caa5c103b)) +* **deps:** bump @types/node from 16.11.65 to 16.18.25 ([#107](https://github.com/equinor/vscode-septic/issues/107)) ([935e367](https://github.com/equinor/vscode-septic/commit/935e367e34f706296cada01dcd82a2eb98d2653b)) +* **deps:** bump typescript from 4.8.4 to 5.0.4 ([#104](https://github.com/equinor/vscode-septic/issues/104)) ([bcd8b6c](https://github.com/equinor/vscode-septic/commit/bcd8b6c31313d275c51528f935ea6f4703f93b78)) + + +### ✨ Features + +* add find references ([#106](https://github.com/equinor/vscode-septic/issues/106)) ([395f28d](https://github.com/equinor/vscode-septic/commit/395f28d3def2f9ce493811a1fa8116926cdfecf6)) +* add go-to declaration ([#106](https://github.com/equinor/vscode-septic/issues/106)) ([395f28d](https://github.com/equinor/vscode-septic/commit/395f28d3def2f9ce493811a1fa8116926cdfecf6)) +* add go-to definition ([#106](https://github.com/equinor/vscode-septic/issues/106)) ([395f28d](https://github.com/equinor/vscode-septic/commit/395f28d3def2f9ce493811a1fa8116926cdfecf6)) + ## [1.0.1](https://github.com/equinor/vscode-septic/compare/v1.0.0...v1.0.1) (2023-05-02) diff --git a/package-lock.json b/package-lock.json index bae6e751..857ff03d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "septic-config", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "septic-config", - "version": "1.0.1", + "version": "1.1.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 2e0c32b3..103301cd 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.0.1", + "version": "1.1.0", "repository": { "type": "git", "url": "https://github.com/equinor/vscode-septic"