Skip to content

Commit 5c13061

Browse files
committed
- npm: Bump to 6.0.0
1 parent 7c764f5 commit 5c13061

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGES for jsonpath-plus
22

3+
## 6.0.0 (2021-06-24)
4+
5+
- Enhancement: Create as true ESM module
6+
37
## 5.1.0 (2021-06-24)
48

59
- Enhancement: support double-quoted bracket notation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Stefan Goessner",
33
"name": "jsonpath-plus",
4-
"version": "5.1.0",
4+
"version": "6.0.0",
55
"type": "module",
66
"main": "dist/index-node-cjs.js",
77
"exports": {

0 commit comments

Comments
 (0)