diff --git a/deadlock-plugins/deadlock-extension/CHANGELOG.md b/deadlock-plugins/deadlock-extension/CHANGELOG.md index f49153658a3224980d1482b951c64a4862c6f7db..b55368d979f0b0c8b38114eab51365fddf147493 100644 --- a/deadlock-plugins/deadlock-extension/CHANGELOG.md +++ b/deadlock-plugins/deadlock-extension/CHANGELOG.md @@ -4,9 +4,17 @@ 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.11](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/v1.0.1...v0.1.11) +#### [v0.1.12](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/v1.0.1...v0.1.12) -### [v1.0.1](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/0.1.10...v1.0.1) +### [v1.0.1](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/0.1.11...v1.0.1) + +> 7 July 2022 + +- fix: bugs in startup [`25ab772`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/25ab7722385195dd17110e13af61fe311c9177a6) +- fix: removed '-' from usernames, added new field 'userID' [`f8f2c4f`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/f8f2c4fe5942193aa2821bca01962ef13a715ab2) +- ci: prioritized release over pre-release [`eff45dc`](https://gitlab.takima.io/deadlock-public/deadlock-desktop/commit/eff45dce1eda03a829ca09a0cd73412cc4d722d9) + +#### [0.1.11](https://gitlab.takima.io/deadlock-public/deadlock-desktop/compare/0.1.10...0.1.11) > 4 July 2022 diff --git a/deadlock-plugins/deadlock-extension/package-lock.json b/deadlock-plugins/deadlock-extension/package-lock.json index 83d3d20289067b19686a81c92f2a05633e1fb5d8..df43b0211e1948c7eef0ab4e14090a727574edef 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.11", + "version": "0.1.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deadlock-coding", - "version": "0.1.11", + "version": "0.1.12", "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 fa446a0418c18ca882be8e71a29ee6499939a0f8..acb460290121cc42bb73f8b76693923075fa9917 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.11", + "version": "0.1.12", "publisher": "Deadlock", "icon": "media/logo.png", "engines": {