Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Dec 8, 2024
1 parent 7b76483 commit 786ed67
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 58 deletions.
39 changes: 19 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skia-canvas"
version = "2.0.0"
version = "2.0.1"
description = "A canvas environment for Node"
authors = ["Christian Swinehart <[email protected]>"]
license = "MIT"
Expand Down
75 changes: 41 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skia-canvas",
"version": "2.0.0",
"version": "2.0.1",
"description": "A GPU-accelerated Canvas Graphics API for Node",
"author": "Christian Swinehart <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,8 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"express": "^4.21.1",
"@types/node": "^22.10.1",
"express": "^4.21.2",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"nodemon": "^3.1.7",
Expand Down

0 comments on commit 786ed67

Please sign in to comment.