Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Sep 17, 2019
1 parent 59ea4cd commit c805d52
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# usertiming-compression.js

v0.1.8
v0.1.9

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

Expand Down Expand Up @@ -262,6 +262,7 @@ Or via ``gulp``:
* v0.1.6 - 2018-11-21: Changed build process to produce UMD (for Node/require) and "Vanilla" (for Browser) files in `dist/`
* v0.1.7 - 2018-11-21: Ensure `dist/` is published in bower
* v0.1.8 - 2018-11-21: Also include `*.vanilla.js` in NPM
* v0.1.9 - 2019-09-17: Fix: Compression on Trie nodes that are prefixes of another

## Thanks

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": "usertiming-compression",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/nicjansma/usertiming-compression.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand Down
2 changes: 1 addition & 1 deletion dist/usertiming-compression.min.js

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

2 changes: 1 addition & 1 deletion dist/usertiming-compression.vanilla.min.js

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 @@ -2,7 +2,7 @@
"name": "usertiming-compression",
"description": "UserTiming compression and decompression",
"author": "Nic Jansma",
"version": "0.1.8",
"version": "0.1.9",
"repository": {
"type": "git",
"url": "http://github.com/nicjansma/usertiming-compression.js.git"
Expand Down

0 comments on commit c805d52

Please sign in to comment.