Skip to content

Commit c805d52

Browse files
committed
0.1.9
1 parent 59ea4cd commit c805d52

5 files changed

+6
-5
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# usertiming-compression.js
22

3-
v0.1.8
3+
v0.1.9
44

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

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

266267
## Thanks
267268

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usertiming-compression",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"homepage": "https://github.com/nicjansma/usertiming-compression.js",
55
"authors": [
66
"Nic Jansma <[email protected]>"

dist/usertiming-compression.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/usertiming-compression.vanilla.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "usertiming-compression",
33
"description": "UserTiming compression and decompression",
44
"author": "Nic Jansma",
5-
"version": "0.1.8",
5+
"version": "0.1.9",
66
"repository": {
77
"type": "git",
88
"url": "http://github.com/nicjansma/usertiming-compression.js.git"

0 commit comments

Comments
 (0)