Skip to content

Commit 726d662

Browse files
authored
chore: Prepare for 2.3.1 release. (#188)
1 parent 240f7ed commit 726d662

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

packages/optimizely-sdk/CHANGELOG.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88
Changes that have landed but are not yet released.
9-
- fix(bundling): Publish the unminified UMD bundle along with the minified one.
9+
10+
## [2.3.1] - November 14, 2018
11+
12+
### Fixed
13+
- fix(bundling): Publish the unminified UMD bundle along with the minified one. ([#187](https://github.com/optimizely/javascript-sdk/pull/187))
14+
1015

1116
## [2.3.0] - November 14, 2018
1217

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ exports.CONTROL_ATTRIBUTES = {
141141

142142
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
143143
exports.NODE_CLIENT_ENGINE = 'node-sdk';
144-
exports.NODE_CLIENT_VERSION = '2.3.0';
144+
exports.NODE_CLIENT_VERSION = '2.3.1';
145145

146146
/*
147147
* 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": "2.3.0",
3+
"version": "2.3.1",
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)