Skip to content

Commit 59b1387

Browse files
committed
bump version
1 parent eb0ef6c commit 59b1387

File tree

3 files changed

+10
-64
lines changed

3 files changed

+10
-64
lines changed

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litecanvas",
3-
"version": "0.103.4",
3+
"version": "0.103.5",
44
"description": "Lightweight HTML5 canvas 2D game engine suitable for small projects and creative coding. Inspired by PICO-8 and p5.js/Processing.",
55
"license": "MIT",
66
"author": "Luiz Bills <luizbills@pm.me>",
@@ -33,15 +33,15 @@
3333
],
3434
"devDependencies": {
3535
"@happy-dom/global-registrator": "^20.8.3",
36-
"@size-limit/preset-small-lib": "^12.0.0",
36+
"@size-limit/preset-small-lib": "^12.0.1",
3737
"@swc/core": "^1.15.18",
3838
"ava": "^7.0.0",
3939
"esbuild": "^0.27.3",
4040
"genversion": "^3.2.0",
4141
"gzip-size": "^7.0.0",
4242
"prettier": "^3.8.1",
4343
"sinon": "^21.0.2",
44-
"size-limit": "^12.0.0",
44+
"size-limit": "^12.0.1",
4545
"tap-min": "^3.0.0"
4646
},
4747
"trustedDependencies": [

src/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)