Skip to content

Commit

Permalink
Bump Traffic Cop to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jan 16, 2024
1 parent 8c56bf0 commit 39c17c0
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.0.0

- **js:** Remove use of cookies (#56).
- **js:** Migrate ESLint to use new flat config (#42).
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": "2.0.1",
"version": "3.0.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": "1.0.0",
"version": "3.0.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 39c17c0

Please sign in to comment.