From 6b43de4c5e6a991d91ac3c54e74a130ad8ac64c1 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Wed, 30 Aug 2023 15:16:55 +0200 Subject: [PATCH] v0.7.6 (#380) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20338fe..ef9e978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The minor version will be incremented upon a breaking change and the patch version will be incremented for features. +### [0.7.6] - 2023-08-30 + +### Added +- feat: add `drawColor` & `drawFillColor` props to customise the drawing color. It still defaults to red for the canonical example of location plans. ([#379](https://github.com/theopensystemslab/map/pull/379)) + ### [0.7.5] - 2023-08-14 ### Added diff --git a/package.json b/package.json index 34f9aff..c07c287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.7.5", + "version": "0.7.6", "license": "MPL-2.0", "private": false, "repository": {