From f7b35d5f679d75fe2440299ad1481f5d6d3852a3 Mon Sep 17 00:00:00 2001 From: Robert Helmer Date: Thu, 10 Jun 2021 12:55:00 -0700 Subject: [PATCH 1/2] Bump rally.js to 0.7.0, for issue #650 --- support/package-lock.json | 4 ++-- support/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/support/package-lock.json b/support/package-lock.json index 063a9ce3..f5ec8adc 100644 --- a/support/package-lock.json +++ b/support/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mozilla/rally", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mozilla/rally", - "version": "0.6.0", + "version": "0.7.0", "license": "MPL-2.0", "devDependencies": {} } diff --git a/support/package.json b/support/package.json index 92d817d4..68b4642a 100644 --- a/support/package.json +++ b/support/package.json @@ -1,6 +1,6 @@ { "name": "@mozilla/rally", - "version": "0.6.0", + "version": "0.7.0", "description": "The Rally partner support library.", "main": "rally.js", "type": "module", From 089aa1dff17cea4240d846ae3139934b7af5dbe3 Mon Sep 17 00:00:00 2001 From: Robert Helmer Date: Thu, 10 Jun 2021 12:57:07 -0700 Subject: [PATCH 2/2] changelog entry for 653 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfbcf9b..42846422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Unreleased changes [Full changelog](https://github.com/mozilla-rally/core-addon/compare/v1.3.2...master) + +* [#653](https://github.com/mozilla-rally/rally-core-addon/pull/653): Bump rally.js version to 0.7.0 * [#651](https://github.com/mozilla-rally/rally-core-addon/pull/651): Pass Rally ID during core-check response, for use by glean in studies. # v1.3.2 (2021-06-08)