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) 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",