Skip to content

Commit

Permalink
preparing for v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mock committed Apr 22, 2018
1 parent 5bfd041 commit f801a3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## version 1.7.3 (2018-04-22)

* Shrinks UMD build from ~33 kb to ~11 kb

## version 1.7.2 (2018-04-05)

* Fixes a bug where `seqObj` and `bitSeqObj` wouldn't work with keys that were already part of `Object.prototype`
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
},
"license": "MIT",
"scripts": {
"preversion": "npm test",
"postversion": "git push && git push --tags",
"prebuild": "rimraf build && mkdirp build",
"build": "webpack -p",
"prepublishOnly": "npm run test && npm run build",
Expand Down

0 comments on commit f801a3c

Please sign in to comment.