From 30c722113cbf6956e14ee5c3754b7b1e15d17a26 Mon Sep 17 00:00:00 2001 From: Matthew Amato Date: Tue, 11 Jul 2017 10:14:16 -0400 Subject: [PATCH] Bump version for npm-only release. --- CHANGES.md | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0d47f81cf748..aac667db1e74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,16 @@ Change Log ========== -### 1.36 - 2017-08-01 +### 1.35.2 - 2017-07-11 +* This is an npm-only release to fix an issue with using Cesium in Node.js. +* Fixed a bug where Cesium would fail to load under Node.js and some webpack configurations. [#5593](https://github.com/AnalyticalGraphicsInc/cesium/issues/5593) * Fixed a bug where a Model's compressed textures were not being displayed. [#5596](https://github.com/AnalyticalGraphicsInc/cesium/pull/5596) -* Fixed a bug where jsep was undefined when using webpack [#5593](https://github.com/AnalyticalGraphicsInc/cesium/issues/5593) -* Fixed documentation for `OrthographicFrustum` [#5586](https://github.com/AnalyticalGraphicsInc/cesium/issues/5586) +* Fixed documentation for `OrthographicFrustum`. [#5586](https://github.com/AnalyticalGraphicsInc/cesium/issues/5586) + +### 1.35.1 - 2017-07-05 + +* This is an npm-only release to fix a deployment issue with 1.35. No code changes. ### 1.35 - 2017-07-05 diff --git a/package.json b/package.json index 1ec16da0ff83..cff728d0a662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.35.1", + "version": "1.35.2", "description": "Cesium is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.", "homepage": "http://cesiumjs.org", "license": "Apache-2.0",