From 2e4696b7d0e46248e5d428cb3e8cf1d9b78f18cc Mon Sep 17 00:00:00 2001 From: James Prior Date: Mon, 16 Oct 2023 17:18:55 +0100 Subject: [PATCH] Release version 0.3.0. [skip ci] --- CHANGELOG.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 258ecb9..7e2f966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # JSON P3 Change Log -## Version 0.3.0 (unreleased) +## Version 0.3.0 **Fixes** diff --git a/README.md b/README.md index 621f3b0..5689368 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ console.log(nodes.values()); // [ 'John', 'Sally', 'Jane' ] - Docs: https://jg-rp.github.io/json-p3/ - Install: https://jg-rp.github.io/json-p3/#install +- JSONPath playground: https://jg-rp.github.io/json-p3/playground - JSONPath syntax: https://jg-rp.github.io/json-p3/guides/jsonpath-syntax - API reference: https://jg-rp.github.io/json-p3/api - Change log: https://github.com/jg-rp/json-p3/blob/main/CHANGELOG.md