Skip to content

Commit

Permalink
v1.3.1: Add fetchStart for Service Worker Startup data
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 5, 2020
1 parent 69c7b81 commit 3b86cf9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# resourcetiming-compression.js

v1.3.0
v1.3.1

[http://nicj.net](http://nicj.net)

Expand Down Expand Up @@ -560,7 +560,9 @@ Or via ``gulp``:

## Version History

* v1.3.0 - 2020-0709
* v1.3.1 - 2020-08-05
* Add `fetchStart` for Service Worker Startup data
* v1.3.0 - 2020-07-09
* Support for compressing namespaced data
* Support for Service Worker Start timing
* v1.2.4 - 2019-07-16
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resourcetiming-compression",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/nicjansma/resourcetiming-compression.js",
"authors": [
"Nic Jansma <nic@nicj.net>",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "ResourceTiming compression and decompression",
"main": "./index.js",
"author": "Nic Jansma",
"version": "1.3.0",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/resourcetiming-compression.js.git"
Expand Down

0 comments on commit 3b86cf9

Please sign in to comment.