Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 2e41718

Browse files
committed
v9.4.1
1 parent 6a51e00 commit 2e41718

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33

44
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [9.4.1] - 2021-05-16
7+
### Fixed
8+
- Don't throw error if the user information is not available
9+
10+
### Updated
11+
- tap library update to version 15.0.9
12+
13+
## [9.4.0] - 2021-04-29
14+
### Updated
15+
- Change compare functions that used the osm-comments-api to use only the user data available on the changeset
16+
- Update queue and tap libs and update tests
17+
- Move from Circle CI to Travis CI
18+
619
## [8.3.0] - 2018-02-14
720
### Updated
821
* Changed `turn_restriction` function to detect only bad formatted ones.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/osm-compare",
3-
"version": "9.4.0",
3+
"version": "9.4.1",
44
"description": "Compare a features new and old versions in GeoJSON",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)