From c5f67fb25d411a2da777aff976e5c6a08963881e Mon Sep 17 00:00:00 2001 From: "@mazikiou" <mazikiou@takima.fr> Date: Thu, 11 Aug 2022 17:04:02 +0200 Subject: [PATCH] build: 0.1.15 --- deadlock-plugins/deadlock-extension/CHANGELOG.md | 2 +- deadlock-plugins/deadlock-extension/package-lock.json | 4 ++-- deadlock-plugins/deadlock-extension/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deadlock-plugins/deadlock-extension/CHANGELOG.md b/deadlock-plugins/deadlock-extension/CHANGELOG.md index 75c1079d..5ff68a87 100644 --- a/deadlock-plugins/deadlock-extension/CHANGELOG.md +++ b/deadlock-plugins/deadlock-extension/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.1.14](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/v1.0.1...v0.1.14) +#### [v0.1.15](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/v1.0.1...v0.1.15) - feat: integrated authentication view in Deadlock panel [`feedc85`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/feedc85fd1cc1ed13f3129f3afbcf700f46a291d) - feat: submit code to api [`bf2644d`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/bf2644d18ef0cb05acd3882c0a7e851bc3f6872d) diff --git a/deadlock-plugins/deadlock-extension/package-lock.json b/deadlock-plugins/deadlock-extension/package-lock.json index becf139b..914c1d0c 100644 --- a/deadlock-plugins/deadlock-extension/package-lock.json +++ b/deadlock-plugins/deadlock-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "deadlock-coding", - "version": "0.1.14", + "version": "0.1.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deadlock-coding", - "version": "0.1.14", + "version": "0.1.15", "dependencies": { "@types/tar": "^6.1.1", "@vscode/webview-ui-toolkit": "^1.0.0", diff --git a/deadlock-plugins/deadlock-extension/package.json b/deadlock-plugins/deadlock-extension/package.json index 6224dabe..2288f0b7 100644 --- a/deadlock-plugins/deadlock-extension/package.json +++ b/deadlock-plugins/deadlock-extension/package.json @@ -1,7 +1,7 @@ { "name": "deadlock-coding", "description": "Deadlock Coding", - "version": "0.1.14", + "version": "0.1.15", "publisher": "Deadlock", "icon": "media/logo.png", "engines": { -- GitLab