Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
v3000.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slmjkdbtl committed Sep 20, 2023
1 parent ad0e08c commit 095cdd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v3000.1.8
- fixed `scale` option acting weird when width and height are defined (by @hirnsalat)

### v3000.1.7
- fixed `debug.paused` not pausing audio
- added `mask()` component
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kaboom",
"description": "kaboom.js is a JavaScript library that helps you make games fast and fun!",
"version": "3000.1.7",
"version": "3000.1.8",
"license": "MIT",
"homepage": "https://kaboomjs.com/",
"repository": "github:replit/kaboom",
Expand Down
2 changes: 1 addition & 1 deletion src/kaboom.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = "3000.1.7"
const VERSION = "3000.1.8"

import initApp from "./app"

Expand Down

0 comments on commit 095cdd6

Please sign in to comment.