From eb640c3e908f860cfdee1d374a909519bf508d55 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 11 Aug 2020 00:29:47 +0200 Subject: [PATCH] Published magick-wasm 0.0.3. --- lib/README.md | 6 +++++- lib/package.json | 2 +- publish/push.cmd | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/README.md b/lib/README.md index cd393251..441ae599 100644 --- a/lib/README.md +++ b/lib/README.md @@ -10,4 +10,8 @@ With Magick.WASM you can use ImageMagick in your web application without doing a ## Documentation For examples on how to use Magick.WASM view the [https://github.com/dlemstra/Magick.WASM/blob/master/demo/demo.ts](demo.ts). -For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/). \ No newline at end of file +For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/). + +## Release notes + +The release notes can be found on [GitHub](https://github.com/dlemstra/Magick.WASM/releases/tag/0.0.3). \ No newline at end of file diff --git a/lib/package.json b/lib/package.json index baac1396..a9069dc7 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.2", + "version": "0.0.3", "main": "image-magick.js", "description": "The WASM library for ImageMagick", "repository": { diff --git a/publish/push.cmd b/publish/push.cmd index 09d9f750..65aa046d 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -1,5 +1,5 @@ @echo off -set VERSION=0.0.2 +set VERSION=0.0.3 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm \ No newline at end of file