From 265b92d87e977736ea837d4370a7299d7f6a16d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 06:07:59 +0000 Subject: [PATCH] chore(main): release 1.7.3 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b64fb1..cfaaa7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.7.3](https://github.com/equinor/vscode-septic/compare/v1.7.2...v1.7.3) (2023-08-09) + + +### ๐Ÿงน Chores + +* **deps:** bump @types/node from 16.18.38 to 16.18.40 ([#259](https://github.com/equinor/vscode-septic/issues/259)) ([208a702](https://github.com/equinor/vscode-septic/commit/208a7029cd5e82248aef719a24fd58a50244f2e7)) +* **deps:** bump @types/vscode from 1.79.1 to 1.81.0 ([#255](https://github.com/equinor/vscode-septic/issues/255)) ([8be3fc7](https://github.com/equinor/vscode-septic/commit/8be3fc7200abeadfb60ab3dca09c907d22c59d1e)) +* **deps:** bump @typescript-eslint/parser from 5.61.0 to 5.62.0 ([#242](https://github.com/equinor/vscode-septic/issues/242)) ([150f39d](https://github.com/equinor/vscode-septic/commit/150f39d7ebf042d677fe3dc47c05a8a5399dee35)) +* **deps:** bump eslint from 8.44.0 to 8.46.0 ([#248](https://github.com/equinor/vscode-septic/issues/248)) ([a5e8a8e](https://github.com/equinor/vscode-septic/commit/a5e8a8edcd975584d36706ba08037baddc37859c)) +* **deps:** bump typescript from 4.9.5 to 5.1.6 ([#225](https://github.com/equinor/vscode-septic/issues/225)) ([2365368](https://github.com/equinor/vscode-septic/commit/23653688e855892401eb264697b8743285d0458e)) + + +### ๐Ÿ› Bug Fixes + +* add SopcChangeEvr ([#253](https://github.com/equinor/vscode-septic/issues/253)) ([086d0bf](https://github.com/equinor/vscode-septic/commit/086d0bf72c3fd4891bebf2ac90a48acf8a608518)) + + +### ๐Ÿ”จ Refactor + +* improve e2e-test coverage ([#243](https://github.com/equinor/vscode-septic/issues/243)) ([f90c609](https://github.com/equinor/vscode-septic/commit/f90c60925029ec595ff91c83c47110feaed212b5)) + ## [1.7.2](https://github.com/equinor/vscode-septic/compare/v1.7.1...v1.7.2) (2023-07-06) diff --git a/package-lock.json b/package-lock.json index 31d654b9..75e7dd46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "septic-config", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "septic-config", - "version": "1.7.2", + "version": "1.7.3", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 7a722803..2c0b5ad6 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.2", + "version": "1.7.3", "repository": { "type": "git", "url": "https://github.com/equinor/vscode-septic"