We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3534c9d commit 1f0596dCopy full SHA for 1f0596d
.github/workflows/release-package.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: pnpm/action-setup@v3
15
name: Install pnpm
16
with:
17
- version: 8
+ version: 9
18
run_install: false
19
20
- name: Install Node.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "minecraft-text-canvas",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Generate images of Minecraft text using markup.",
5
"license": "MIT",
6
"main": "dist/index.js",
0 commit comments