Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincichocki committed Sep 16, 2021
1 parent 75bcbdb commit 011d1a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.0.0](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.0.0-rc.1...v2.0.0) (2021-09-16)


### Bug Fixes

* **client-electron:** include every 3rd party license ([9dcfbce](https://github.com/marcincichocki/breach-protocol-autosolver/commit/9dcfbce1a82230a17fa75e22f4a94bc76f2ec2cb)), closes [#205](https://github.com/marcincichocki/breach-protocol-autosolver/issues/205)
* **client-electron:** isolate renderer window ([08919a9](https://github.com/marcincichocki/breach-protocol-autosolver/commit/08919a98e7bf7ea5dfc745c2ecc98bc4dbe2de25)), closes [#139](https://github.com/marcincichocki/breach-protocol-autosolver/issues/139)
* **client-electron:** show release notes only once ([75bcbdb](https://github.com/marcincichocki/breach-protocol-autosolver/commit/75bcbdb3d127be61ccabc3138ac38865be327eca)), closes [#184](https://github.com/marcincichocki/breach-protocol-autosolver/issues/184)

## [2.0.0-rc.1](https://github.com/marcincichocki/breach-protocol-autosolver/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2021-09-07)


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.0.0-rc.1",
"version": "2.0.0",
"description": "Automatically solve breach protocol minigame in Cyberpunk 2077",
"main": "dist/main.js",
"private": true,
Expand Down

0 comments on commit 011d1a4

Please sign in to comment.