From 4939db3b81c25f993693750fe6c9c625d9022001 Mon Sep 17 00:00:00 2001 From: Josh Pooley Date: Wed, 2 Nov 2022 17:19:47 +0000 Subject: [PATCH 1/3] merge: main --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6af6444..9110310 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + + ``` **Note:** Be wary of exposing your OS Data Hub API key when running osdatahub in the browser! From 0ffad7efce836ae9561814ad47cf103d3c31dcf8 Mon Sep 17 00:00:00 2001 From: Josh Pooley Date: Wed, 2 Nov 2022 17:26:20 +0000 Subject: [PATCH 3/3] docs: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459cd86..0ce2b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/OrdnanceSurvey/osdatahub-js/releases/tag/v0.2.0) - 2022-11-02 + ### Added - Support for Ordnance Survey's NGD API @@ -30,3 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - OGL License [Unreleased]: [https://github.com/OrdnanceSurvey/osdatahub-js/compare/main...dev ](https://github.com/OrdnanceSurvey/osdatahub-js/compare/main...dev) + +[0.2.0]: [https://github.com/OrdnanceSurvey/osdatahub-js/compare/v0.1.1...v0.2.0 ](https://github.com/OrdnanceSurvey/osdatahub-js/compare/v0.1.1...v0.2.0) + +[0.1.1]: [https://github.com/OrdnanceSurvey/osdatahub-js/releases/tag/v0.1.1 ](https://github.com/OrdnanceSurvey/osdatahub-js/releases/tag/v0.1.1)