Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.1...v0.4.0) (2023-07-08)

### Bug Fixes

* High score check on face cards ([483aebe](483aebe)), closes [#21](#21)
* player bust text ([ac78895](ac78895)), closes [#20](#20)

### Features

* Highlight winner cards ([25b0856](25b0856)), closes [#18](#18)
  • Loading branch information
semantic-release-bot committed Jul 8, 2023
1 parent b13bd68 commit 6b8661b
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 @@
# [0.4.0](https://github.com/devklick/basic-blackjack/compare/v0.3.1...v0.4.0) (2023-07-08)


### Bug Fixes

* High score check on face cards ([483aebe](https://github.com/devklick/basic-blackjack/commit/483aebe369032d13c7e0895c0c62370707280db6)), closes [#21](https://github.com/devklick/basic-blackjack/issues/21)
* player bust text ([ac78895](https://github.com/devklick/basic-blackjack/commit/ac78895d1109f6fdc25f76648156895df4f5f04a)), closes [#20](https://github.com/devklick/basic-blackjack/issues/20)


### Features

* Highlight winner cards ([25b0856](https://github.com/devklick/basic-blackjack/commit/25b08560a7f8860d8a442a0b8ff3fdebb5746840)), closes [#18](https://github.com/devklick/basic-blackjack/issues/18)

## [0.3.1](https://github.com/devklick/basic-blackjack/compare/v0.3.0...v0.3.1) (2023-07-06)


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": "basic-blackjack",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"main": "./public/electron.js",
"author": "devklick <[email protected]>",
Expand Down

0 comments on commit 6b8661b

Please sign in to comment.