Skip to content

Commit

Permalink
chore: release v9.2.0 ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Dec 4, 2023
1 parent 5762051 commit 6f3d54d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 9.2.0 (2023-12-4)

* **feat** added export for `markNTBT` function.

## 9.1.0 (2023-11-30)

A long time coming, but we are back :)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
align="left" width="200" alt="Perfume.js logo" />
</a>

# [Perfume.js v9.1.0](http://perfumejs.com)
# [Perfume.js v9.2.0](http://perfumejs.com)

[![Current version](https://img.shields.io/github/tag/zizzamia/perfume.js?color=3498DB&label=version)](https://www.npmjs.org/package/perfume.js) [![Test Coverage](https://api.codeclimate.com/v1/badges/f813d2f45b274d93b8c5/test_coverage)](https://codeclimate.com/github/Zizzamia/perfume.js/test_coverage) <img alt="No dependencies" src="https://img.shields.io/badge/dependencies-none-27ae60.svg"> [![Build Status](https://travis-ci.org/Zizzamia/perfume.js.svg?branch=master)](https://travis-ci.org/Zizzamia/perfume.js) [![NPM Downloads](http://img.shields.io/npm/dm/perfume.js.svg)](https://www.npmjs.org/package/perfume.js) [![gzip size](https://img.badgesize.io/https://unpkg.com/perfume.js?compression=gzip&label=JS+gzip+size)](https://unpkg.com/perfume.js) [![brotli size](https://img.badgesize.io/https://unpkg.com/perfume.js?compression=brotli&label=JS+brotli+size)](https://unpkg.com/perfume.js)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perfume.js",
"version": "9.1.0",
"version": "9.2.0",
"description": "Web performance library for measuring all User-centric performance metrics, including the latest Web Vitals.",
"keywords": [
"performance",
Expand Down
2 changes: 1 addition & 1 deletion src/initPerfume.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Perfume.js v9.1.0 (http://zizzamia.github.io/perfume)
* Perfume.js v9.2.0 (http://zizzamia.github.io/perfume)
* Copyright 2022 Leonardo Zizzamia (https://github.com/Zizzamia/perfume.js/graphs/contributors)
* Licensed under MIT (https://github.com/Zizzamia/perfume.js/blob/master/LICENSE)
*
Expand Down

0 comments on commit 6f3d54d

Please sign in to comment.