From f0faf44ed59bfaa3da39227b0041ec3a1e1e0c22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Jan 2023 11:37:15 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/SoftwareBrothers/adminjs-leaflet/compare/v1.0.0...v1.0.1) (2023-01-26) ### Bug Fixes * fix React exports and make markers non-editable in Show ([#2](https://github.com/SoftwareBrothers/adminjs-leaflet/issues/2)) ([9e2c817](https://github.com/SoftwareBrothers/adminjs-leaflet/commit/9e2c817d66bfe0cff7b72e71049f17f809619ab1)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45f6fcc..ff35a10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/leaflet", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "types": "types/index.d.ts", "private": false,