From 5fb1382e36f1e8e4d8f89031016a6141125f99ab Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Tue, 5 Mar 2024 06:31:40 -0700 Subject: [PATCH] chore: bump version --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5f73c8f..91f0654 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES for jsonpath-plus +## 8.1.0 + +- feat: add basic cli (#206) (@vid) + ## 8.0.0 - Breaking change: Bump Node `engines` to 14 diff --git a/package.json b/package.json index 1b9438f..283aa0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Stefan Goessner", "name": "jsonpath-plus", - "version": "8.0.0", + "version": "8.1.0", "type": "module", "bin": { "jsonpath": "./bin/jsonpath-cli.js",