This commit is contained in:
brizental 2021-02-23 17:02:09 +01:00
Родитель b7441d30c0
Коммит c58b23e923
4 изменённых файлов: 23 добавлений и 5817 удалений

Просмотреть файл

@ -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)

5831
glean/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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.