Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Jul 31, 2024
1 parent 0c8e1f5 commit c571d5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@ Tu run tests, use the following command:

* **[NEXT]** (changes on master that have not been released yet):

* feat: Removed dependency to the uuid library. Use browser's secure implementation if available, or a fallback one else (@flozz)
* Nothing yet ;)

* **v2.1.0:**

* feat: Removed dependency to the uuid library. Use browser/Node's secure implementation if available, or a fallback one else (@flozz)
* feat: Only include used parts of lodash instead of the whole library (@flozz)

* **v2.0.2:**
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": "abitbol-serializable",
"version": "2.0.2",
"version": "2.1.0",
"description": "Serializable classes based on Abitbol classes",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit c571d5a

Please sign in to comment.