Skip to content

Commit fe20620

Browse files
committed
Published magick-wasm 0.0.34.
1 parent 5174401 commit fe20620

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Follow me on bluesky ([@dirk.lemstra.org](https://bsky.app/profile/dirk.lemstra.
2121

2222
## Release notes
2323

24-
The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.33).
24+
The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.34).
2525

2626
## Donate
2727

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagemagick/magick-wasm",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"description": "The WASM library for ImageMagick",
55
"keywords": [
66
"imagemagick",

publish/push.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo Are you sure?
44
pause
55

6-
set VERSION=0.0.33
6+
set VERSION=0.0.34
77
call npm config set prefix %~dp0
88
call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public
99
call npm config set prefix %APPDATA%\npm

0 commit comments

Comments
 (0)