From 48ecfbe9b23a21aa36cc654d252bd1d2a3a4c88d Mon Sep 17 00:00:00 2001 From: Marcin Cichocki Date: Wed, 21 Sep 2022 23:51:13 +0200 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3042e04d..7262a136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.5.0](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.4.0...v2.5.0) (2022-09-21) + + +### Features + +* **client-electron:** add links to warning about unhandled types fragment ([b5e28a1](https://github.com/marcincichocki/breach-protocol-autosolver/commit/b5e28a1fda6c9265ac801137ee0bd800386dffb5)) +* **client-electron:** show release notes when update is available ([542f98b](https://github.com/marcincichocki/breach-protocol-autosolver/commit/542f98bbed897e7f29852a0c2d9f8ef93bddc3ef)) +* **core:** add ability to specify fixed buffer size ([2762d73](https://github.com/marcincichocki/breach-protocol-autosolver/commit/2762d73babc959fd7650cfb1fd5734966e3bdbc9)) + + +### Bug Fixes + +* **client-electron:** update layout of release notes dialog ([15c9e30](https://github.com/marcincichocki/breach-protocol-autosolver/commit/15c9e30056f7b4e7fb48352119a93e665d4654c7)) +* **core:** update control group when using extended buffer size ([581c553](https://github.com/marcincichocki/breach-protocol-autosolver/commit/581c5531e1074f21c70180e4ae98fe4a6ad4a551)) + ## [2.4.0](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.3.1...v2.4.0) (2022-09-18) diff --git a/package-lock.json b/package-lock.json index 9334e947..a01cd8f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "breach-protocol-autosolver", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.4.0", + "version": "2.5.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7710635e..a425eace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breach-protocol-autosolver", - "version": "2.4.0", + "version": "2.5.0", "description": "Automatically solve breach protocol minigame in Cyberpunk 2077", "main": "dist/main.js", "private": true,