From 2af18c2fc63d994a6e9e29f084cb5ec4d70b084f Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 12 Aug 2024 21:03:22 +0200 Subject: [PATCH] Published magick-wasm 0.0.30. --- 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 09528c7..b9844ca 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.29). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.30). ## Donate diff --git a/package-lock.json b/package-lock.json index f5ad807..19c3210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.29", + "version": "0.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imagemagick/magick-wasm", - "version": "0.0.29", + "version": "0.0.30", "license": "Apache-2.0", "devDependencies": { "@dlemstra/magick-native": "0.202407.160648", diff --git a/package.json b/package.json index c5ac5fa..8d18be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.29", + "version": "0.0.30", "description": "The WASM library for ImageMagick", "keywords": [ "imagemagick", diff --git a/publish/push.cmd b/publish/push.cmd index a02aa0f..7fae08b 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.29 +set VERSION=0.0.30 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm