Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincichocki committed Sep 21, 2022
1 parent 15c9e30 commit 48ecfbe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 48ecfbe

Please sign in to comment.