Skip to content

Commit 634a0fa

Browse files
committed
chore: release 0.8.4
1 parent 89402d2 commit 634a0fa

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.4 / 2021-09-01
2+
==================
3+
* fix: throw error if `parts` contains an element that isn't a string or number #13
4+
15
0.8.3 / 2020-12-30
26
==================
37
* fix: use var instead of let/const for Node.js 4.x support

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.3",
3+
"version": "0.8.4",
44
"description": "{G,S}et object values using MongoDB-like path notation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)