Skip to content

Commit

Permalink
v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaye committed May 21, 2015
1 parent 0b28eeb commit ee236df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*

- [1.7.6](#176)
- [1.7.5](#175)
- [1.7.4](#174)
- [1.7.3](#173)
Expand Down Expand Up @@ -51,6 +52,11 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

### 1.7.6

+ Bundle `regeneratorRuntime` and polyfills for `Array.prototype.find`
and `Object.assign` so that consumers don't need babel polyfill.

### 1.7.5

+ Trimmed the binary size to 128k minified
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dav",
"version": "1.7.5",
"version": "1.7.6",
"author": "Gareth Aye [:gaye] <[email protected]>",
"description": "WebDAV, CalDAV, and CardDAV client for nodejs and the browser",
"license": "MPL-2.0",
Expand Down

0 comments on commit ee236df

Please sign in to comment.