Skip to content

Commit ad7a023

Browse files
committed
chore: release 0.8.3
1 parent f050c3a commit ad7a023

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.8.3 / 2020-12-30
2+
==================
3+
* fix: use var instead of let/const for Node.js 4.x support
4+
15
0.8.2 / 2020-12-30
26
==================
37
* fix(stringToParts): fall back to legacy treatment for square brackets if square brackets contents aren't a number Automattic/mongoose#9640

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mpath",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "{G,S}et object values using MongoDB-like path notation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)