From 15723724497ed9c0a95ee8f400541c84bcaf132b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Wed, 21 Dec 2022 15:02:03 +0100 Subject: [PATCH] v0.6.3 (#246) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27be790..d58ab69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.3] - 2022-12-21 + +### Added +- feat: add `osProxyEndpoint` prop to support optionally calling the Ordnance Survey APIs via a proxy in public applications to avoid exposing your API keys ([#241](https://github.com/theopensystemslab/map/pull/241)) + +### Changed +- build: update vitest dependencies + ### [0.6.2] - 2022-12-09 ### Added diff --git a/package.json b/package.json index 39e544e..a6c5093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.6.2", + "version": "0.6.3", "license": "OGL-UK-3.0", "private": false, "repository": {