Skip to content

Commit

Permalink
chore: release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 30, 2020
1 parent b09cebc commit e3bdd36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.2 / 2020-12-30
==================
* fix(stringToParts): fall back to legacy treatment for square brackets if square brackets contents aren't a number Automattic/mongoose#9640
* chore: add eslint

0.8.1 / 2020-12-10
==================
* fix(stringToParts): handle empty string and trailing dot the same way that `split()` does for backwards compat
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.1",
"version": "0.8.2",
"description": "{G,S}et object values using MongoDB-like path notation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e3bdd36

Please sign in to comment.