Skip to content

Commit f5af0e9

Browse files
chore(release): 0.2.9 [skip ci]
## [0.2.9](v0.2.8...v0.2.9) (2023-06-27) ### Bug Fixes * dont show dev tools in prod build ([8a3a018](8a3a018))
1 parent 6446b0d commit f5af0e9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.9](https://github.com/devklick/basic-blackjack/compare/v0.2.8...v0.2.9) (2023-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* dont show dev tools in prod build ([8a3a018](https://github.com/devklick/basic-blackjack/commit/8a3a01853890ebf2f5242551a8584757ccbf2957))
7+
18
## [0.2.8](https://github.com/devklick/basic-blackjack/compare/v0.2.7...v0.2.8) (2023-06-27)
29

310

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.2.8",
3+
"version": "0.2.9",
44
"private": true,
55
"main": "./public/electron.js",
66
"author": "devklick <devklick@gmail.com>",

0 commit comments

Comments
 (0)