Skip to content

Commit 6b8661b

Browse files
chore(release): 0.4.0 [skip ci]
# [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)
1 parent b13bd68 commit 6b8661b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.4.0](https://github.com/devklick/basic-blackjack/compare/v0.3.1...v0.4.0) (2023-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
* player bust text ([ac78895](https://github.com/devklick/basic-blackjack/commit/ac78895d1109f6fdc25f76648156895df4f5f04a)), closes [#20](https://github.com/devklick/basic-blackjack/issues/20)
8+
9+
10+
### Features
11+
12+
* Highlight winner cards ([25b0856](https://github.com/devklick/basic-blackjack/commit/25b08560a7f8860d8a442a0b8ff3fdebb5746840)), closes [#18](https://github.com/devklick/basic-blackjack/issues/18)
13+
114
## [0.3.1](https://github.com/devklick/basic-blackjack/compare/v0.3.0...v0.3.1) (2023-07-06)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-blackjack",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"private": true,
55
"main": "./public/electron.js",
66
"author": "devklick <devklick@gmail.com>",

0 commit comments

Comments
 (0)