diff --git a/CHANGELOG.md b/CHANGELOG.md index 3322dcc..776b0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ 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.2.0] - 2021-08-12 + +### Changed +- **BREAKING**: Ordnance Survey API keys are now provided client-side as optional properties `osVectorTilesApiKey`, `osFeaturesApiKey` ([#29](https://github.com/theopensystemslab/map/pull/29)) +- fix: `geojsonData` now handles `{ "type": "Feature" }` in addition to "FeatureCollection" ([#34](https://github.com/theopensystemslab/map/pull/34)) + +### Added +- docs: basic examples + gif ([#33](https://github.com/theopensystemslab/map/pull/33), [#35](https://github.com/theopensystemslab/map/pull/35)) + ## [0.1.0] - 2021-08-10 ### Changed diff --git a/package.json b/package.json index 975e5cb..69ff3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.1.0", + "version": "0.2.0", "license": "OGL-UK-3.0", "private": false, "repository": {