From 7fe7ab0dc6856d8f968b6cb07eac9fedfaeb86cf Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Thu, 28 Sep 2023 15:13:08 +0200 Subject: [PATCH] Published magick-wasm 0.0.24. --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- publish/push.cmd | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ce80a86..a4275869 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Follow me on twitter([@MagickNET](https://twitter.com/MagickNET)) to receive inf ## Release notes -The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.23). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.24). ## Donate diff --git a/package-lock.json b/package-lock.json index 8fa38982..a9487571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.23", + "version": "0.0.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imagemagick/magick-wasm", - "version": "0.0.23", + "version": "0.0.24", "license": "Apache-2.0", "devDependencies": { "@dlemstra/magick-native": "0.202309.200717", diff --git a/package.json b/package.json index 37d7a031..b7b7ddaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.23", + "version": "0.0.24", "description": "The WASM library for ImageMagick", "keywords": [ "imagemagick", diff --git a/publish/push.cmd b/publish/push.cmd index 94074de3..7b284f37 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.23 +set VERSION=0.0.24 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm