Skip to content

Commit

Permalink
Prepare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed May 12, 2021
1 parent c101add commit 74ee935
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.0 (2021-05-12)

- Remove lodash and use native methods instead

## 2.0.1 (2019-05-13)

- Import lodash methods individually
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "3.0.0",
"description": "Lets you make your JS code pluggable while still keeping sensitive objects and data private through closures.",
"main": "dist/pluggable.js",
"scripts": {
Expand Down

0 comments on commit 74ee935

Please sign in to comment.