From 517b76bb7af9be74281479a89f4ad6fddb6eb627 Mon Sep 17 00:00:00 2001 From: Rehan Dalal Date: Mon, 1 Mar 2021 14:59:25 -0500 Subject: [PATCH] Bump to v2.3.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499d6a83..31bd4b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.3.1 + +- Fix a bug that caused injected links on Experimenter's production instance to point to the dev environment on NDT. + ## v2.3.0 - Fix that already paused recipes would show as needing to be paused in the overview diff --git a/package.json b/package.json index e06c8828..a9db3f13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normandy-devtools", - "version": "2.3.0", + "version": "2.3.1", "description": "A set of tools for interacting with the Firefox Normandy client", "homepage_url": "https://github.com/mozilla/normandy-devtools", "private": true,