Skip to content

Commit

Permalink
Merge pull request #39 from OrdnanceSurvey/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JEPooley authored Nov 2, 2022
2 parents f4d8af8 + 0ffad7e commit a3fcc86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import { placesAPI } from "osdatahub";
Use directly in the browser with the following script tag:

```html
<script src="unpkg.com/osdatahub/dist/bundle.min.js"></script>
<script src="https://unpkg.com/osdatahub@0.2.0/dist/bundle.min.js"></script>
```

**Note:** Be wary of exposing your OS Data Hub API key when running osdatahub in the browser!
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="./dist/bundle.min.js"></script>
<script src="https://unpkg.com/osdatahub@0.2.0/dist/bundle.min.js"></script>

<script>
const collections = osdatahub.ngd.collections().then((collections) => {
Expand Down

0 comments on commit a3fcc86

Please sign in to comment.