Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jopdeklein committed Feb 18, 2019
1 parent 658de1a commit 00b813d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,29 @@
> - :house: [Internal]
> - :nail_care: [Polish]
# v1.3.0

* :rocket: Optimizely Integration: Allow setting / overriding individual audience segmentation attributes #11
* :memo: Optimizely Integration: Document DataFile specifics

# v1.2.1

:memo: Codemod documentation
:bug: Codemods now only remove imports for toggles being removed
* :memo: Codemod documentation
* :bug: Codemods now only remove imports for toggles being removed

# v1.2.0

:memo: Optimizely Integration: Example datafile for audience segmentation
:boom: Optimizely Integration: Rename setUserAttributes -> setAudienceSegmentationAttributes
* :memo: Optimizely Integration: Example datafile for audience segmentation
* :boom: Optimizely Integration: Rename setUserAttributes -> setAudienceSegmentationAttributes

# v1.1.0

:rocket: Optimizely Integration: Add capability to force toggles
* :rocket: Optimizely Integration: Add capability to force toggles

# v1.0.1

:bug: Missing Flow Type exports
* :bug: Missing Flow Type exports

# v1.0.0

- Initial release
* Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opticks",
"version": "1.2.1",
"version": "1.3.0",
"description": "FindHotel Toggle Flag JavaScript SDK",
"main": "lib/simple.js",
"files": [
Expand Down

0 comments on commit 00b813d

Please sign in to comment.