From 28a6c54cdd80fd08939e6a2bb153a874883f5e7e Mon Sep 17 00:00:00 2001 From: Marcin Cichocki Date: Thu, 22 Sep 2022 19:34:35 +0200 Subject: [PATCH] chore(release): 2.6.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7262a136..93065976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.6.0](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.5.0...v2.6.0) (2022-09-22) + + +### Features + +* **client-electron:** add highlight support to buffer viewer ([ba657c8](https://github.com/marcincichocki/breach-protocol-autosolver/commit/ba657c8619a7f273d56ef7c48f9e85427d89d338)) +* **client-electron:** darken unused codes in history viewer ([1479b52](https://github.com/marcincichocki/breach-protocol-autosolver/commit/1479b52c50b13f159b76a0e493ed7a482a1971f5)) + + +### Bug Fixes + +* **client-electron:** set unique ids for file inputs ([9b53a97](https://github.com/marcincichocki/breach-protocol-autosolver/commit/9b53a97206ca64e4cd22110332fb93af532a4cfe)) + ## [2.5.0](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.4.0...v2.5.0) (2022-09-21) diff --git a/package-lock.json b/package-lock.json index a01cd8f6..8795ddfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "breach-protocol-autosolver", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.5.0", + "version": "2.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a425eace..f9951a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breach-protocol-autosolver", - "version": "2.5.0", + "version": "2.6.0", "description": "Automatically solve breach protocol minigame in Cyberpunk 2077", "main": "dist/main.js", "private": true,