Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.10...v2.3.0) (2023-06-12)

### Bug Fixes

* prevent other non-JSON messages from interrupting login ([882f41f](882f41f))
* update electron ([09844bf](09844bf))

### Features

* reuse env token if provided ([2b2a8c6](2b2a8c6))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent 2b2a8c6 commit 8244fbc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.3.0](https://github.com/seleb/gui-butler/compare/v2.2.10...v2.3.0) (2023-06-12)


### Bug Fixes

* prevent other non-JSON messages from interrupting login ([882f41f](https://github.com/seleb/gui-butler/commit/882f41fceb64f463ab3a7378dd451446fc2c9201))
* update electron ([09844bf](https://github.com/seleb/gui-butler/commit/09844bf1a20f11062077b1539f1da66bdf9fdf57))


### Features

* reuse env token if provided ([2b2a8c6](https://github.com/seleb/gui-butler/commit/2b2a8c6dfaeab26c3037e5f2777f93eda3cd71c6))

## [2.2.10](https://github.com/seleb/gui-butler/compare/v2.2.9...v2.2.10) (2023-06-11)


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
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "gui-butler",
"productName": "gui-butler",
"version": "2.2.10",
"version": "2.3.0",
"description": "A GUI wrapper for itch.io's butler CLI",
"license": "MIT",
"author": "Sean S. LeBlanc <sean.s.leblanc@gmail.com>",
Expand Down

0 comments on commit 8244fbc

Please sign in to comment.