Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Feb 14, 2025
1 parent c7e5365 commit fda20ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HEAD
# 3.1.0

- **js:** Add optional check for experiment cookie to persist previously seen variations (#93).

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozmeao/trafficcop",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"description": "A/B testing framework from the fine folks working on mozilla.org",
"homepage": "https://github.com/mozmeao/trafficcop",
Expand Down
2 changes: 1 addition & 1 deletion src/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozmeao/trafficcop",
"version": "3.0.0",
"version": "3.1.0",
"description": "A/B testing framework from the fine folks working on mozilla.org",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit fda20ec

Please sign in to comment.