From 7e6e54d301e2d75e4345fcad385c69c70b085ec3 Mon Sep 17 00:00:00 2001 From: Lansana DIOMANDE <ldiomande@takima.fr> Date: Tue, 16 Aug 2022 09:29:08 +0200 Subject: [PATCH] build: 0.1.17 --- 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 2891596b..cad76f34 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). -#### [0.1.16](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/0.1.12...0.1.16) +#### [0.1.17](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/0.1.12...0.1.17) - 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 887a5083..10f23c63 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.16", + "version": "0.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deadlock-coding", - "version": "0.1.16", + "version": "0.1.17", "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 0fb8c1fa..d6a8c271 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.16", + "version": "0.1.17", "publisher": "Deadlock", "icon": "media/logo.png", "engines": { -- GitLab