From 6e5c8d489b9fd8155209fd4f0cca2ef8f291a7c1 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 10 Apr 2016 20:01:37 -0700 Subject: [PATCH] bump to v0.16.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90781cccb..15fb32fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ ## 0.16.0 * Fixed a bug related to parsing numerical selectors ([#393](https://github.com/mapbox/carto/pull/393)) -* More meaningful error messages on errorneous Stylesheet references in MML ([#438](https://github.com/mapbox/carto/pull/438)) +* More meaningful error messages on erroneous Stylesheet references in MML ([#438](https://github.com/mapbox/carto/pull/438)) * Added support for YAML MML files ([#419](https://github.com/mapbox/carto/pull/419)) * Added support for [HuSL](http://www.husl-colors.org) perceptual colors ([#422](https://github.com/mapbox/carto/pull/422)) -* Added support for targeting Mapnik API versions to `carto` command line tool ([#433](https://github.com/mapbox/carto/pull/433)) +* Added support for targeting Mapnik API versions in `carto` command line tool ([#433](https://github.com/mapbox/carto/pull/433)) * Added support for `minimum-/maximum-scale-denominator` ([#394](https://github.com/mapbox/carto/issues/394)) * Updated documentation, fixed its display problems and added doc for `image-filter` ([#432](https://github.com/mapbox/carto/pull/432)) * Moved from `underscore` to `lodash` dependency ([#431](https://github.com/mapbox/carto/pull/431)) diff --git a/package.json b/package.json index 9c7caf253..a7f32481d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carto", - "version": "0.15.3", + "version": "0.16.0", "description": "Mapnik Stylesheet Compiler", "url": "https://github.com/mapbox/carto", "repository": {