Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed May 13, 2019
1 parent 5f58c58 commit 6337798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.1 (2019-05-13)

- Import lodash methods individually
- Log not-found dependency messages as warnings.

## 2.0.0 (2018-01-10)

- Rename the `optional_dependencies` option to `dependencies`, since they're
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": "pluggable.js",
"version": "2.0.0",
"version": "2.0.1",
"description": "Lets you make your JS code pluggable while still keeping sensitive objects and data private through closures.",
"main": "dist/pluggable.js",
"files": [
Expand Down

0 comments on commit 6337798

Please sign in to comment.