From b675a648c080313a15c74e841385bc371948bc68 Mon Sep 17 00:00:00 2001 From: Young Hahn Date: Tue, 20 May 2014 17:15:09 -0400 Subject: [PATCH] 0.11.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f2977..c8bfab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +## 0.11.0 + +* Switch API to be synchronous. All errors should be caught using try/catch now. + ## 0.10.0 * Remove automatic inclusion of `maximum-extent` on Map element to allow geometries that are buffered past extent bounds (e.g. dateline). diff --git a/package.json b/package.json index 51d9936..f6ed644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carto", - "version": "0.10.0", + "version": "0.11.0", "description": "Mapnik Stylesheet Compiler", "url": "https://github.com/mapbox/carto", "repository": {