Skip to content

Commit e10cd96

Browse files
committed
chore(release): 0.2.2
1 parent 3299e75 commit e10cd96

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.2](https://github.com/nuxt-modules/web-vitals/compare/v0.2.1...v0.2.2) (2022-11-29)
6+
7+
8+
### Features
9+
10+
* custom metrics api ([#37](https://github.com/nuxt-modules/web-vitals/issues/37)) ([251a8c6](https://github.com/nuxt-modules/web-vitals/commit/251a8c630bff10489789818da4eea81edca2cd1a))
11+
12+
13+
### Bug Fixes
14+
15+
* handle when localstorage is unavailable ([#58](https://github.com/nuxt-modules/web-vitals/issues/58)) ([0d0c423](https://github.com/nuxt-modules/web-vitals/commit/0d0c42319b04055a9546a4e807eef83c9e784fd4)), closes [#56](https://github.com/nuxt-modules/web-vitals/issues/56)
16+
517
### [0.2.1](https://github.com/nuxt-modules/web-vitals/compare/v0.2.0...v0.2.1) (2022-11-29)
618

719

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/web-vitals",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Web Vitals for Nuxt.js",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)