Skip to content

Commit 58e1347

Browse files
committed
Bumped version to 2.0.2
1 parent 8505bca commit 58e1347

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.1...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.2...main)
4+
5+
# v2.0.2 (2023-09-14)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v2.0.1...v2.0.2)
48

59
* [#1768](https://github.com/mozilla/glean.js/pull/1768): Add support for `GLEAN_PYTHON` and `GLEAN_PIP` environment variables.
610
* [#1755](https://github.com/mozilla/glean.js/pull/1755): Add sync check to `set` function for the URL metric.

docs/reference/sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ to external consumers.
4646
|timing_distribution|8.7 KB |8.7 KB |8.7 KB |
4747
|rate|2.5 KB |2.5 KB |2.5 KB |
4848
|uuid|1.0 KB |1.0 KB |1.0 KB |
49-
|url|2.2 KB |2.2 KB |2.2 KB |
49+
|url|2.3 KB |2.3 KB |2.3 KB |
5050
<!-- ! -->
5151

5252
## Plugins

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.1",
3+
"version": "2.0.2",
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.1";
11+
export const GLEAN_VERSION = "2.0.2";
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)