Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Nov 26, 2018
1 parent 0cc1935 commit caed57c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# resourcetiming-compression.js

v1.2.0
v1.2.1

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

Expand Down Expand Up @@ -253,6 +253,8 @@ Or via ``gulp``:

## Version History

* v1.2.1 - 2018-11-26:
* Add root-level `compression` and `decompression` exports
* v1.2.0 - 2018-11-26:
* `ResourceTimingCompression.getVisibleEntries`: Fixed onload bug, updated to work with `<PICTURE>` elements
* `ResourceTimingCompression`: Dimensions work with `HOSTNAMES_REVERSED`
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.2.0",
"version": "1.2.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.2.0",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/resourcetiming-compression.js.git"
Expand Down

0 comments on commit caed57c

Please sign in to comment.