Skip to content

Commit

Permalink
chore(release): bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duniul committed Sep 3, 2020
1 parent 7747af8 commit e20d59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trim-image-data",
"version": "1.0.0",
"version": "1.0.1",
"description": "Function for trimming surrounding pixels of an ImageData-instance.",
"author": "Daniel Grefberg <[email protected]>",
"license": "ISC",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dev": "rimraf lib && yarn build:es --watch",
"test": "jest",
"test:watch": "jest --watch",
"prepublish": "yarn build",
"prepare": "yarn build",
"release": "semantic-release"
},
"dependencies": {
Expand Down

0 comments on commit e20d59c

Please sign in to comment.