From 9d6c8c27720b3913fef9d4982e25933b14dc38c1 Mon Sep 17 00:00:00 2001 From: Robert Helmer Date: Thu, 7 Apr 2022 15:45:55 -0700 Subject: [PATCH] Bumped version to 1.4.4 --- CHANGELOG.md | 6 +++++- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cf39f2..896928ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased changes -[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v1.4.3...master) +[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v1.4.4...master) + +# v1.4.4 (2022-04-07) + +[Full changelog](https://github.com/mozilla-rally/core-addon/compare/v1.4.3...v1.4.4) * [804](https://github.com/mozilla-rally/rally-core-addon/pull/804): Bug 1760255 - add rally ID to events pings * [808](https://github.com/mozilla-rally/rally-core-addon/pull/808): Use correct dynamic label for demographics survey diff --git a/manifest.json b/manifest.json index 55e68f2a..416692c1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "author": "Mozilla", "manifest_version": 2, "name": "Mozilla Rally", - "version": "1.4.3", + "version": "1.4.4", "homepage_url": "https://github.com/mozilla-rally/rally-core-addon", "icons": { "48": "public/img/rally-favicon.svg", diff --git a/package-lock.json b/package-lock.json index f20bbfc1..c33d2460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rally_core", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rally_core", - "version": "1.4.3", + "version": "1.4.4", "license": "MPL-2.0", "dependencies": { "sirv-cli": "^2.0.2" diff --git a/package.json b/package.json index addc7e41..5b4de6a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rally_core", - "version": "1.4.3", + "version": "1.4.4", "type": "module", "scripts": { "prebuild": "node scripts/setupTaskcluster.js",