Skip to content

Commit

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

v0.4.0
v1.0.1

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

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

## Version History

* v1.0.1 - 2018-04-13:
* Make hostname reversal configurable (#20)
* Add `naturalHeight` and `naturalWidth` to dimensionData (#20)
* v1.0.0 - 2017-08-29:
* **Breaking Changes**:
* Reverses hostnames in Trie entries ([#10]) for better compression
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.0.0",
"version": "1.0.1",
"homepage": "https://github.com/nicjansma/resourcetiming-compression.js",
"authors": [
"Nic Jansma <nic@nicj.net>",
Expand Down
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.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/resourcetiming-compression.js.git"
Expand Down

0 comments on commit 6ec6483

Please sign in to comment.