Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Sep 22, 2018
1 parent f49a8d8 commit ad65b62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)
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": "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",
Expand Down

0 comments on commit ad65b62

Please sign in to comment.