Skip to content

Commit 3eaaba0

Browse files
committed
- CHANGES: Update and fix minor spacing issue
- npm: Bump to 1.1.0
1 parent a6dcf08 commit 3eaaba0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

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

3-
## ?
3+
## 1.1.0 (September 25, 2019)
44

5+
- Enhancement: Add explicit 'any' to `evaluate()` declaration (for use
6+
with `noImplicitAny` TypeScript option)
57
- Build: Update minified build files
68
- npm: Ignore `.idea`/`.remarkrc` files
7-
- npm: Update devDeps (Babel, linting,Rollup,TypeScript related)
9+
- npm: Update devDeps (Babel, linting, Rollup, TypeScript related)
810

911
## 1.0.0 (August 7, 2019)
1012

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

0 commit comments

Comments
 (0)