Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"packages": [
"integrations/*"
],
"publish": {
"ignoreChanges": [
"*.md"
]
}
}
5 changes: 5 additions & 0 deletions integrations/optimizely/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.6.0 / 2020-06-04
==================

* Track conversion events using `window.optimizelyEdge` instead of `window.optimizely` if Optimizely Performance Edge is running on the page.


3.5.0 / 2019-12-28
==================
Expand Down
Loading