Skip to content

Commit

Permalink
- npm: Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Aug 7, 2019
1 parent 004b248 commit 38af31d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES for jsonpath-plus

## 1.0.0 (August 7, 2019)

- Add TypeScript declaration

## 0.20.1 (June 12, 2019)

- npm: Avoid adding `core-js-bundle` as peerDep. (fixes #95)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "0.20.2",
"version": "1.0.0",
"main": "dist/index-umd.js",
"module": "dist/index-es.js",
"types": "./src/jsonpath.d.ts",
Expand Down

0 comments on commit 38af31d

Please sign in to comment.