Skip to content

Commit

Permalink
Bumped version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed May 19, 2021
1 parent 218083f commit 935473c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean.js/compare/v0.13.0...main)
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.14.0...main)

# v0.14.0 (2021-05-19)

[Full changelog](https://github.com/mozilla/glean.js/compare/v0.13.0...v0.14.0)

* [#313](https://github.com/mozilla/glean.js/pull/313): Send Glean.js version and platform information on X-Telemetry-Agent header instead of User-Agent header.
# v0.13.0 (2021-05-18)
Expand Down
4 changes: 2 additions & 2 deletions glean/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla/glean",
"version": "0.13.0",
"version": "0.14.0",
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for Javascript environments.",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion glean/src/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const GLEAN_SCHEMA_VERSION = 1;
//
// PACKAGE_VERSION is defined as a global by webpack,
// we need a default here for testing when the app is not build with webpack.
export const GLEAN_VERSION = "0.13.0";
export const GLEAN_VERSION = "0.14.0";

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

0 comments on commit 935473c

Please sign in to comment.