Skip to content

Commit 9037416

Browse files
authored
Merge pull request #1787 from mozilla/release-v2.0.4
Bumped version to 2.0.4
2 parents bfa31db + 0267620 commit 9037416

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.3...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.4...main)
4+
5+
# v2.0.4 (2023-10-10)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.3...v2.0.4)
48

59
* [#1772](https://github.com/mozilla/glean.js/pull/1772): Fix bug where `window.Glean` functions were getting set on non-browser properties.
610
* [#1784](https://github.com/mozilla/glean.js/pull/1784): Store `window.Glean` debugging values in `sessionStorage`. This will set debug options on page init while the current session is still active.

docs/reference/sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To check out a comprehensive list of which metrics are collected by Glean and th
1212
<!-- ! -->
1313
|| Size |
1414
|--|--|
15-
|web|**60 KB**|
15+
|web|**61 KB**|
1616
|webext|**61 KB**|
1717
|node|**61 KB**|
1818
|QML|**104 KB**|

glean/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mozilla/glean",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for JavaScript environments.",
55
"type": "module",
66
"sideEffects": false,

glean/src/core/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const GLEAN_SCHEMA_VERSION = 1;
88
//
99
// PACKAGE_VERSION is defined as a global by webpack,
1010
// we need a default here for testing when the app is not build with webpack.
11-
export const GLEAN_VERSION = "2.0.3";
11+
export const GLEAN_VERSION = "2.0.4";
1212

1313
// The name of a "ping" that will include Glean ping_info metrics,
1414
// such as ping sequence numbers.

0 commit comments

Comments
 (0)