Skip to content

Commit

Permalink
chore: release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 10, 2020
1 parent c507d2c commit 095573c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.1 / 2020-12-10
==================
* fix(stringToParts): handle empty string and trailing dot the same way that `split()` does for backwards compat

0.8.0 / 2020-11-14
==================
* feat: support square bracket indexing for `get()`, `set()`, `has()`, and `unset()`
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": "mpath",
"version": "0.8.0",
"version": "0.8.1",
"description": "{G,S}et object values using MongoDB-like path notation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 095573c

Please sign in to comment.