From 2ab7b7880667eb585afae84471240d8a7b829e35 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 17 Oct 2022 09:13:27 +0200 Subject: [PATCH] v0.6.1 (#210) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8655787..de3a220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ 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.6.1] - 2022-10-17 + +### Added +- feat: `resetControlImage` prop can be used to specify a custom icon for the reset control button. This is likely a temporary prop while user research testing is conducted, then we will refactor to use a single standard icon ([#209](https://github.com/theopensystemslab/map/pull/209)) + ### [0.6.0] - 2022-10-10 ### Added diff --git a/package.json b/package.json index f720d92..d900c3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.6.0", + "version": "0.6.1", "license": "OGL-UK-3.0", "private": false, "repository": {