Skip to content

Commit

Permalink
chore: bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DPende committed Apr 27, 2024
1 parent 0a0b3c7 commit 4956c56
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editpix",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple JavaScript library for image editing.",
"main": "src/editpix.js",
"type": "module",
Expand All @@ -13,26 +13,26 @@
},
"keywords": [
"image",
"images",
"editing",
"image editing",
"color palette",
"wasm",
"javascript",
"image filters",
"filters",
"resize",
"image resize"
"color adjustment",
"image adjustment",
"image resizing",
"colorspace transformation",
"library",
"canvas",
"photo",
"picture"
],
"author": "Studio YOLO",
"license": "MIT",
"bugs": {
"url": "https://github.com/studio-YOLO/editpix/issues"
},
"homepage": "https://github.com/studio-YOLO/editpix#readme",
"homepage": "https://studio-yolo.github.io/editpix-doc/",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0"
}
}
}

0 comments on commit 4956c56

Please sign in to comment.