File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,8 @@ With Magick.WASM you can use ImageMagick in your web application without doing a
1010## Documentation
1111
1212For 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 ) .
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11@ echo off
2- set VERSION = 0.0.2
2+ set VERSION = 0.0.3
33call npm config set prefix %~dp0
44call npm publish imagemagick-magick-wasm-%VERSION% .tgz --access public
55call npm config set prefix %APPDATA% \npm
You can’t perform that action at this time.
0 commit comments