From a505499195ee42c2d0a761f12a257047f693f4bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Jul 2024 18:37:33 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.1 [skip ci] # 1.0.0-alpha.1 (2024-07-14) ### Features * initial commit ([75e8b98](https://github.com/codeart1st/mapserver-wasm/commit/75e8b9841776d5164a2447e998adb65aa843fdf2)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38bca2b..d5c111b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapserver-wasm", - "version": "1.2.0", + "version": "1.0.0-alpha.1", "description": "WebAssembly version of MapServer with a dispatchRequest interface", "author": "Paul Lange ", "license": "MIT",