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

Commit

Permalink
v9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed May 17, 2021
1 parent 6a51e00 commit 2e41718
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@

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

## [9.4.1] - 2021-05-16
### Fixed
- Don't throw error if the user information is not available

### Updated
- tap library update to version 15.0.9

## [9.4.0] - 2021-04-29
### Updated
- Change compare functions that used the osm-comments-api to use only the user data available on the changeset
- Update queue and tap libs and update tests
- Move from Circle CI to Travis CI

## [8.3.0] - 2018-02-14
### Updated
* Changed `turn_restriction` function to detect only bad formatted ones.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/osm-compare",
"version": "9.4.0",
"version": "9.4.1",
"description": "Compare a features new and old versions in GeoJSON",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2e41718

Please sign in to comment.