Skip to content

Commit 3335e13

Browse files
authored
chore(release): Release 2.2.0 (#169)
1 parent 8f7bf45 commit 3335e13

File tree

5 files changed

+1249
-1237
lines changed

5 files changed

+1249
-1237
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
before_install: cd packages/optimizely-sdk
2323
install: npm install
2424
addons:
25-
srcclr: true
25+
# Disabled temporarily while we work out integration issues
26+
# srcclr: true
2627
script: npm test
2728
after_success: npm run coveralls

packages/optimizely-sdk/CHANGELOG.MD

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.2.0] - September 26, 2018
8+
9+
### Fixed
10+
- Track and activate should not remove null attributes ([#168](https://github.com/optimizely/javascript-sdk/pull/168))
11+
- Track attributes with valid attribute types ([#166](https://github.com/optimizely/javascript-sdk/pull/166))
12+
- Prevent SDK from initializing if the datafile version in invalid ([#161](https://github.com/optimizely/javascript-sdk/pull/161))
13+
- Updating lerna to latest version ([#160](https://github.com/optimizely/javascript-sdk/pull/160))
14+
15+
### Changed
16+
- Change invalid experiment key to debug level ([#165](https://github.com/optimizely/javascript-sdk/pull/165))
17+
718
## [2.1.3] - August 21, 2018
819

920
### Fixed

packages/optimizely-sdk/lib/utils/enums/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ exports.CONTROL_ATTRIBUTES = {
140140

141141
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
142142
exports.NODE_CLIENT_ENGINE = 'node-sdk';
143-
exports.NODE_CLIENT_VERSION = '2.1.3';
143+
exports.NODE_CLIENT_VERSION = '2.2.0';
144144

145145
/*
146146
* Notification types for use with NotificationCenter

0 commit comments

Comments
 (0)