Skip to content

Commit ce6fabf

Browse files
committed
Merge branch 'release-v3.0.0' into release
2 parents 4e5207e + e653bec commit ce6fabf

File tree

4 files changed

+69
-74
lines changed

4 files changed

+69
-74
lines changed

CHANGELOG.md

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

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v3.0.0-pre.1...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v3.0.0...main)
4+
5+
# v3.0.0 (2023-11-16)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v3.0.0-pre.1...v3.0.0)
8+
9+
This is the official release based on v3.0.0-pre.1.
410

511
# v3.0.0-pre.1 (2023-11-15)
612

glean/package-lock.json

Lines changed: 60 additions & 71 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": "3.0.0-pre.1",
3+
"version": "3.0.0",
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 = "3.0.0-pre.1";
11+
export const GLEAN_VERSION = "3.0.0";
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)