From 4276221b7c45c49fe1ebc77700276cb8837f613b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 19 Aug 2022 16:13:39 +0200 Subject: [PATCH] v0.5.8 (#192) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b369e1..6022d46 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. +### [0.5.8] - 2022-08-19 + +### Added +- feat: Added map property `projection` to specify which system you are supplying coordinates in. Supported values are `EPSG:4326` (default), `EPSG:27700`, and `EPSG:3857` ([#168](https://github.com/theopensystemslab/map/pull/168)) +- feat: Added Vitest framework for unit testing our web components and a Github Action workflow to run tests on all pull requests ([#139](https://github.com/theopensystemslab/map/pull/139), [#191](https://github.com/theopensystemslab/map/pull/191)) +- feat: Added Pitsby interactive documentation for our web components, available at [oslmap.netlify.app](https://oslmap.netlify.app/) ([#61](https://github.com/theopensystemslab/map/pull/61)) + +### Changed +- docs: Updated README to reflect scope of all components and new local dev instructions ([#181](https://github.com/theopensystemslab/map/pull/181)) +- build: Upgraded multiple project dependencies + ### [0.5.7] - 2022-07-28 ### Added diff --git a/package.json b/package.json index 0590a38..ef04982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.5.7", + "version": "0.5.8", "license": "OGL-UK-3.0", "private": false, "repository": {