diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf7f1d..a26d834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ 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. +### [1.0.0-alpha.3] - 2024-09-06 + +### Fixed +- fix: ensure labels are incremental when drawing many features ([#495](https://github.com/theopensystemslab/map/pull/495)) + +### Changed +- style: switch direction of reset icon ([#498](https://github.com/theopensystemslab/map/pull/498)) + +### Added +- feat: add boolean prop `resetViewOnly` to prevent reset control from clearing drawing data and only reset viewport ([#496](https://github.com/theopensystemslab/map/pull/496)) + ### [1.0.0-alpha.2] - 2024-09-02 ### Fixed diff --git a/package.json b/package.json index 0c8eba8..c1cdd8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "license": "MPL-2.0", "private": false, "repository": {