diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e0d90..54d1bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,26 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Unreleased +## 0.1.4-beta.1 - 2023-06-21 ### Changed - - switched to a manual release action -## [0.1.2] - 2023-06-20 - +## 0.1.2 - 2023-06-20 ### Added - - Improved Readme -## [0.1.1] - 2023-06-20 - +## 0.1.1 - 2023-06-20 ### Changed - - Fixed ci pipeline -## [0.1.0] - 2023-06-20 - +## 0.1.0 - 2023-06-20 ### Added - - Initial Release diff --git a/package.json b/package.json index bcc9f5f..cfbfe9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-leaflet-markercluster", "author": "Veit Bjarsch", - "version": "0.1.4-beta.0", + "version": "0.1.4-beta.1", "license": "MIT", "private": false, "sideEffects": false,