From dca65f8342e92f447c87a86f381f886eaadf35a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 10:29:49 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/codeart1st/mapserver-wasm/compare/v2.1.0...v2.2.0) (2024-09-24) ### Bug Fixes * update proj_fix_build.patch (minor changes) ([a3ba7a9](https://github.com/codeart1st/mapserver-wasm/commit/a3ba7a988d80546e8e72867730777cb98acde212)) ### Features * update emsdk to 3.1.67 ([92e01ae](https://github.com/codeart1st/mapserver-wasm/commit/92e01ae1836045e66c5ab041a9da9293669d7183)) * upgrade GEOS to 3.13.0 ([1935662](https://github.com/codeart1st/mapserver-wasm/commit/19356628af99274c99a445e71c88c15fbc882e91)) * upgrade libxml2 to 2.13.4 ([e6c7da8](https://github.com/codeart1st/mapserver-wasm/commit/e6c7da8651392200b6d65a1f1e5ebcba43c0a6e2)) * upgrade MapServer to 8.2.2 ([7b5f8db](https://github.com/codeart1st/mapserver-wasm/commit/7b5f8db640262319c47a9b733ad175f69c2feb32)) * upgrade PROJ to 9.5.0 ([ff8f983](https://github.com/codeart1st/mapserver-wasm/commit/ff8f9832edb43ce1895c37af17f4fdead76faf0c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84d2a5e..3025eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapserver-wasm", - "version": "2.1.0", + "version": "2.2.0", "description": "WebAssembly version of MapServer with a dispatchRequest interface", "author": "Paul Lange ", "license": "MIT",