Skip to content

Commit 5c22798

Browse files
author
Beatriz Rizental
authored
Merge pull request #553 from mozilla/release-v0.18.1
Bumped version to 0.18.1
2 parents b8b80c6 + 1a2428a commit 5c22798

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.18.0...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.18.1...main)
4+
5+
# v0.18.1 (2021-07-22)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.18.0...v0.18.1)
8+
9+
* [#552](https://github.com/mozilla/glean.js/pull/552): BUGFIX: Do not clear `deletion-request` ping from upload queue when disabling upload.
410

511
# v0.18.0 (2021-07-20)
612

713
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.17.0...v0.18.0)
814

9-
* [#542](https://github.com/mozilla/glean.js/pull/542), [#552](https://github.com/mozilla/glean.js/pull/552): Implement `shutdown` API.
15+
* [#542](https://github.com/mozilla/glean.js/pull/542): Implement `shutdown` API.
1016

1117
# v0.17.0 (2021-07-16)
1218

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