Skip to content

Commit eb640c3

Browse files
committed
Published magick-wasm 0.0.3.
1 parent 0c9db32 commit eb640c3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

lib/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ With Magick.WASM you can use ImageMagick in your web application without doing a
1010
## Documentation
1111

1212
For examples on how to use Magick.WASM view the [https://github.com/dlemstra/Magick.WASM/blob/master/demo/demo.ts](demo.ts).
13-
For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/).
13+
For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/).
14+
15+
## Release notes
16+
17+
The release notes can be found on [GitHub](https://github.com/dlemstra/Magick.WASM/releases/tag/0.0.3).

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagemagick/magick-wasm",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "image-magick.js",
55
"description": "The WASM library for ImageMagick",
66
"repository": {

publish/push.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set VERSION=0.0.2
2+
set VERSION=0.0.3
33
call npm config set prefix %~dp0
44
call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public
55
call npm config set prefix %APPDATA%\npm

0 commit comments

Comments
 (0)