Skip to content

Commit

Permalink
chore: release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 1, 2021
1 parent 89402d2 commit 634a0fa
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.4 / 2021-09-01
==================
* fix: throw error if `parts` contains an element that isn't a string or number #13

0.8.3 / 2020-12-30
==================
* fix: use var instead of let/const for Node.js 4.x support
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.3",
"version": "0.8.4",
"description": "{G,S}et object values using MongoDB-like path notation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 634a0fa

Please sign in to comment.