Skip to content

Commit 38af31d

Browse files
committed
- npm: Bump to 1.0.0
1 parent 004b248 commit 38af31d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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+
## 1.0.0 (August 7, 2019)
4+
5+
- Add TypeScript declaration
6+
37
## 0.20.1 (June 12, 2019)
48

59
- npm: Avoid adding `core-js-bundle` as peerDep. (fixes #95)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "0.20.2",
4+
"version": "1.0.0",
55
"main": "dist/index-umd.js",
66
"module": "dist/index-es.js",
77
"types": "./src/jsonpath.d.ts",

0 commit comments

Comments
 (0)