зеркало из https://github.com/mozilla/glean.js.git
Bumped version to 0.2.0
This commit is contained in:
Родитель
b7441d30c0
Коммит
c58b23e923
|
@ -1,8 +1,11 @@
|
|||
# Unreleased changes
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.2.0...main)
|
||||
# v0.2.0 (2021-02-23)
|
||||
|
||||
* [#85](https://github.com/mozilla/glean.js/pull/85): Include type declarations in `@mozilla/glean` webext package bundle.
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.1.1...main)
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.1.1...v0.2.0)
|
||||
# v0.1.1 (2021-02-17)
|
||||
|
||||
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.1.0...v0.1.1)
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mozilla/glean",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for Javascript environments.",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
|
|
|
@ -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.1.1";
|
||||
export const GLEAN_VERSION = "0.2.0";
|
||||
|
||||
// The name of a "ping" that will include Glean ping_info metrics,
|
||||
// such as ping sequence numbers.
|
||||
|
|
Загрузка…
Ссылка в новой задаче