From 43cedcb3a2405c6aa51b79dc0e03c3c36ca35c0b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Tue, 11 Jan 2022 11:43:47 +0100 Subject: [PATCH] v0.4.4 (#109) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6781191..2ad1664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ 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.4.4] - 2022-01-11 + +### Changed +- fix: when in `drawMode`, "reset" control button now dispatches two events to reset area to 0 and empty geojson. Previously, the area and geojson continued to reflect the last drawn polygon ([#102](https://github.com/theopensystemslab/map/pull/102)) +- bump rambda and @types/node dependencies ([#107](https://github.com/theopensystemslab/map/pull/107) & [#108](https://github.com/theopensystemslab/map/pull/108)) + ## [0.4.3] - 2021-12-14 ### Changed diff --git a/package.json b/package.json index c7e0b65..30ce303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.4.3", + "version": "0.4.4", "license": "OGL-UK-3.0", "private": false, "repository": {