Skip to content

Commit

Permalink
v0.4.4 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jan 11, 2022
1 parent ada74ef commit 43cedcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensystemslab/map",
"version": "0.4.3",
"version": "0.4.4",
"license": "OGL-UK-3.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 43cedcb

Please sign in to comment.