From 3d3165c9339d2fd7037c263d6a51349bf0723505 Mon Sep 17 00:00:00 2001 From: nebulon42 Date: Mon, 1 May 2017 11:24:17 +0200 Subject: [PATCH] update changelog and bump version for 0.17.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4ad6473..bc03ed0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +## 0.17.3 + +* Fix regression with number parsing after fixing of [#411](https://github.com/mapbox/carto/issues/411) ([#471](https://github.com/mapbox/carto/issues/471)) + ## 0.17.2 * Remove unintended scoping of package. It is now again `carto`. The NPM requirement is dropped. diff --git a/package.json b/package.json index 136f8189a..d15dabd42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carto", - "version": "0.17.2", + "version": "0.17.3", "description": "Mapnik Stylesheet Compiler", "url": "https://github.com/mapbox/carto", "repository": {