From 2e4171887e40a3bacd750cb0125969a0589d4ce1 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Sun, 16 May 2021 21:29:32 -0300 Subject: [PATCH] v9.4.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c178f..8665da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index c1a0479..23f1d54 100644 --- a/package.json +++ b/package.json @@ -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": {