Skip to content

Commit 8ca6e2c

Browse files
authored
release: v0.5.9 changelog and package.json (#194)
1 parent 58a6dfb commit 8ca6e2c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
### [0.5.9] - 2022-08-26
13+
14+
### Changed
15+
- fix: Ensure snap points load on the map's `loadend` event ([#193](https://github.com/theopensystemslab/map/pull/193))
16+
- test: Added basic suite of OL tests for snap loading, exposing an `olMap` instance on the global window for testing
17+
1218
### [0.5.8] - 2022-08-19
1319

1420
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"license": "OGL-UK-3.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)