Skip to content

Commit 8af7eb2

Browse files
authored
chore (release): Release 3.0.0-rc (#184)
1 parent 4c49bc4 commit 8af7eb2

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

packages/optimizely-sdk/CHANGELOG.MD

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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+
## [3.0.0-rc] - November 6, 2018
8+
9+
This is the release candidate version of the 3.0 SDK:
10+
11+
### New Features
12+
13+
- Support for boolean combinations of audiences on experiments ([#175](https://github.com/optimizely/javascript-sdk/pull/175))
14+
- Added PR template and commit message guidelines ([#183](https://github.com/optimizely/javascript-sdk/pull/183))
15+
16+
### Fixes
17+
18+
- Updated dependency versions ([#180](https://github.com/optimizely/javascript-sdk/pull/180))
19+
- Suppressed unwanted console output in tests ([#181](https://github.com/optimizely/javascript-sdk/pull/181))
20+
- Update project config to handle latest 3.0 datafile format ([#182](https://github.com/optimizely/javascript-sdk/pull/182))
21+
722
## [3.0.0-alpha] - October 22, 2018
823

924
This is the alpha release of the 3.0 SDK, which includes a number of improvements to audience targeting:

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

Lines changed: 1 addition & 1 deletion
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 = '3.0.0-alpha';
143+
exports.NODE_CLIENT_VERSION = '3.0.0-rc';
144144

145145
/*
146146
* Notification types for use with NotificationCenter

packages/optimizely-sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optimizely/optimizely-sdk",
3-
"version": "3.0.0-alpha",
3+
"version": "3.0.0-rc",
44
"description": "JavaScript SDK for Optimizely X Full Stack",
55
"main": "lib/index.node.js",
66
"browser": "lib/index.browser.js",

0 commit comments

Comments
 (0)