From 95e522c5ec93d13107bd4a9d899ece7b5732e1c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Mar 2024 09:25:54 +0000 Subject: [PATCH] chore(release): 1.21.0 [skip ci] # [1.21.0](https://github.com/woosmap/js-samples/compare/v1.20.0...v1.21.0) (2024-03-08) ### Bug Fixes * added missing icon ([7a3f754](https://github.com/woosmap/js-samples/commit/7a3f75471716c385524ea692b7c803b305ba7dd9)) * fixed DistanceMatrix sample ([238e077](https://github.com/woosmap/js-samples/commit/238e0771ab72160bcc8ba985d39dcbfaa9003869)) * fixed style ([4a4a811](https://github.com/woosmap/js-samples/commit/4a4a81172f76b7ff6eb1ca926198cb1c1797dde1)) ### Features * added distance matrix sample ([0b84333](https://github.com/woosmap/js-samples/commit/0b84333b5888e04a4fb250704cee0681989dd1f7)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f5cb5d8..33587be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@woosmap/js-samples", - "version": "1.20.0", + "version": "1.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@woosmap/js-samples", - "version": "1.20.0", + "version": "1.21.0", "dependencies": { "supercluster": "^7.1.3" }, diff --git a/package.json b/package.json index 34367750..64f815a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@woosmap/js-samples", "description": "Samples for Woosmap Map JS API", - "version": "1.20.0", + "version": "1.21.0", "keywords": [ "woosmap", "javascript",