diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af7acef..1810b3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.0.8] - 2016-09-09 +### Changed +- Added 'undefined' check on VERSION otherwise unbundled usage from npm fails + ## [1.0.7] - 2016-09-06 ### Changed - Expose SDK version at `LDClient.version` diff --git a/package.json b/package.json index eac01f02..ca666d3a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ldclient-js", - "version": "1.0.7", + "version": "1.0.8", "description": "LaunchDarkly SDK for JavaScript", "author": "LaunchDarkly ", "license": "Apache-2.0",