From bdb37d55af94a842e87ca69e8a2a780ca666d583 Mon Sep 17 00:00:00 2001 From: Marcin Cichocki Date: Sun, 24 Oct 2021 20:51:24 +0200 Subject: [PATCH] chore(release): 2.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec60025..c88a0f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.3.0](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.2.1...v2.3.0) (2021-10-24) + + +### Features + +* **client-electron:** add ability to recognize daemon type ([3683dac](https://github.com/marcincichocki/breach-protocol-autosolver/commit/3683dac3dc0f5d519da01d84af2ea6e849463566)), closes [#242](https://github.com/marcincichocki/breach-protocol-autosolver/issues/242) +* **common:** extract blue channel from daemon fragment ([c8f4256](https://github.com/marcincichocki/breach-protocol-autosolver/commit/c8f42567df67d4efc05cab4d6a63c2bda8aeaa5b)), closes [#241](https://github.com/marcincichocki/breach-protocol-autosolver/issues/241) +* **core:** add ability to break sequence between daemons ([7166855](https://github.com/marcincichocki/breach-protocol-autosolver/commit/716685561f2ff5f36c127f408376bc3e42da15b0)) + + +### Bug Fixes + +* **core:** filter sequence parts by index ([3e36f74](https://github.com/marcincichocki/breach-protocol-autosolver/commit/3e36f74d261e5192d4e5f1a354880b9c0b994359)) + ### [2.2.1](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.2.0...v2.2.1) (2021-10-19) diff --git a/package-lock.json b/package-lock.json index e7078f3f..bf465723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "breach-protocol-autosolver", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.2.1", + "version": "2.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 04f3927e..3505fcbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breach-protocol-autosolver", - "version": "2.2.1", + "version": "2.3.0", "description": "Automatically solve breach protocol minigame in Cyberpunk 2077", "main": "dist/main.js", "private": true,