Skip to content

Commit

Permalink
prep 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
apucacao committed Sep 9, 2016
1 parent 71181f6 commit 4f34e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-js",
"version": "1.0.7",
"version": "1.0.8",
"description": "LaunchDarkly SDK for JavaScript",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4f34e55

Please sign in to comment.