diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e514424..9e172de7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.1 + +* Fix a error in the serialization process. ([#473](https://github.com/mapbox/carto/issues/488)) + ## 1.0.0 * Documentation is now available on https://cartocss.readthedocs.io. ([#473](https://github.com/mapbox/carto/issues/473)) diff --git a/package.json b/package.json index 396f1a1c3..06bf60642 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carto", - "version": "1.0.0", + "version": "1.0.1", "description": "Mapnik Stylesheet Compiler", "url": "https://github.com/mapbox/carto", "repository": {