From cae4190d5176819e0180b0983f8984522109ebe8 Mon Sep 17 00:00:00 2001 From: Brandon Ramirez Date: Thu, 2 May 2024 22:31:58 -0500 Subject: [PATCH] Port v2 changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8c448..9ff21cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -grunt-jsonlint +grunt-jsonlint [![Node.js CI](https://github.com/brandonramirez/grunt-jsonlint/actions/workflows/node.js.yml/badge.svg)](https://github.com/brandonramirez/grunt-jsonlint/actions/workflows/node.js.yml) ============== Validate [JSON]/[JSON5] files from [Grunt]. @@ -196,6 +196,8 @@ Which does the same thing. * 2020-01-01 v2.1.1 Include license file in published npm package. * 2020-03-15 v2.1.2 Update external dependency for security. * 2020-07-22 v2.1.3 Update external dependency for security. +* 2024-05-02 v2.1.4 Update dependencies. +* 2024-05-02 v2.1.5 Lock grunt dependency to 1.5.3 to preserve support for older node versions. [JSON]: https://tools.ietf.org/html/rfc8259 [JSON5]: https://spec.json5.org