Skip to content

Commit

Permalink
remove package-lock.json and fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Dec 1, 2017
1 parent 40d8639 commit df3be2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5,551 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage
.nyc_output
*.log
example-ts/*.js
package-lock.json
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Dates are YYYY-MM-DD.

## 3.2.1 / 2017-07-06
## 3.2.1 / 2017-12-01
* Update to use expeditious@1.0.1 internally.
* Use `standard` module for linting.
* Remove use of `xtend` in facour of `Object.assign`.
* Fix cache expiry time decision logic adn increase coverage.
* Fix cache expiry time decision logic and increase coverage.

## 3.2.0 / 2017-07-06
* TypeScript support added via type definitions file.
Expand Down
Loading

0 comments on commit df3be2b

Please sign in to comment.