Skip to content

Commit

Permalink
chore: release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 30, 2020
1 parent f050c3a commit ad7a023
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.3 / 2020-12-30
==================
* fix: use var instead of let/const for Node.js 4.x support

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
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.2",
"version": "0.8.3",
"description": "{G,S}et object values using MongoDB-like path notation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ad7a023

Please sign in to comment.