Skip to content

Commit

Permalink
build: bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jejebecarte committed Mar 31, 2024
1 parent 55222a5 commit 0833029
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 25 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minecraft-text-canvas",
"version": "1.0.0",
"description": "Render Minecraft text to a Buffer using node-canvas",
"version": "1.0.1",
"description": "Generate images of Minecraft text using markup.",
"license": "MIT",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -43,6 +43,7 @@
"@typescript-eslint/parser": "^5.30.6",
"copyfiles": "^2.4.1",
"eslint": "^8.18.0",
"node-gyp": "^10.1.0",
"typescript": "^4.5.5"
}
}
Loading

0 comments on commit 0833029

Please sign in to comment.