From a3d3f0d33ceb9567a984601d848d0c9b1f5bb76d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:31:35 +0000 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 15 +-------------- package.json | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cde75..5963786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,49 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2023-06-30 ### Changed - - adjusted animateAddingMarkers default value to match the default options from leaflet markercluster ## 0.2.0 - 2023-06-25 - ### Added - - added missing clusterPane property - improved property descriptions in preparation for the documentation ### Fixed - - changed disableClusteringAtZoom type from boolean to number ## 0.1.4 - 2023-06-24 - ### Fixed - - readme quickstart section now contains the registration of the global L - readme quickstart now shows the correct path to the style.css file - l-map now uses the global L in quickstart ## 0.1.4-beta.1 - 2023-06-21 - ### Changed - - switched to a manual release action ## 0.1.2 - 2023-06-20 - ### Added - - Improved Readme ## 0.1.1 - 2023-06-20 - ### Changed - - Fixed ci pipeline ## 0.1.0 - 2023-06-20 - ### Added - - Initial Release diff --git a/package.json b/package.json index e188865..2fcd5ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-leaflet-markercluster", "author": "Veit Bjarsch", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "private": false, "sideEffects": false,