Skip to content

Commit

Permalink
v0.3.7 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Nov 19, 2021
1 parent 735b088 commit 206cf00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ 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.3.7] - 2021-11-19

### Added
- feat: string property `drawPointer` to set the drawing cursor style, defaults to "crosshair" or can be set to "dot" ([#84](https://github.com/theopensystemslab/map/pull/84))

### Changed
- fix: keep snapping behavior while modifying drawn polygon ([#83](https://github.com/theopensystemslab/map/pull/83))

## [0.3.6] - 2021-11-12

### Added
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.3.6",
"version": "0.3.7",
"license": "OGL-UK-3.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 206cf00

Please sign in to comment.