From ad65b62308fa4754da7972a3150e8b1ff1b9b128 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Sat, 22 Sep 2018 12:06:39 -0700 Subject: [PATCH] chore: release v1.0.0 --- CHANGELOG.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49aa315..3e0aeb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog + +## 0.9.0 (2018-9-22) + +### Feat + +* **feat:** New Observer APIs [#46](https://github.com/Zizzamia/perfume.js/issues/46) + +### Bug Fixes +* **fix:** Added TTI polyfill head script inside Perfume [#44](https://github.com/Zizzamia/perfume.js/issues/44) + ## 0.9.0 (2018-8-22) ### Feat -* **feat:** feat: added First Input Delay metric [#33](https://github.com/Zizzamia/perfume.js/issues/33) +* **feat:** Added First Input Delay metric [#33](https://github.com/Zizzamia/perfume.js/issues/33) ## 0.8.1 (2018-8-16) @@ -27,7 +37,7 @@ ### Feat -* **feat:** added generic analytics platform support [#24](https://github.com/Zizzamia/perfume.js/issues/24) +* **feat:** Added generic analytics platform support [#24](https://github.com/Zizzamia/perfume.js/issues/24) * **feat:** Added warning option [#34](https://github.com/Zizzamia/perfume.js/issues/34) ## 0.7.0 (2018-5-12) diff --git a/package.json b/package.json index b3a9160..e44410d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perfume.js", - "version": "0.9.0", + "version": "1.0.0", "description": "JavaScript library for measuring Short and Long Script, First Contentful Paint (FCP), Time to Interactive (TTI), Component First Paint (CFM), annotating them to the DevTools timeline and reporting the results to Google Analytics.", "keywords": [ "performance-metrics",