From a88190a5c9a4cd1d1c24135c71ea86a270716085 Mon Sep 17 00:00:00 2001 From: Bertrand Chevrier Date: Fri, 12 Apr 2019 12:14:59 +0200 Subject: [PATCH] verson bump and release notes --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 420caec..4d9e09c 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ To be sure the issue comes from the Grunt plugin, you can check by comparing the ## Release History * _2.3.0_ jsdoc 3.5.5 and up to date dependencies + * _2.3.1_ fix version of transitive dependency `marked` to prevent [regex dos](https://www.npmjs.com/advisories/812) * _2.2.0_ jsdoc 3.5.0 * _2.2.1_ fix version of transitive dependency `marked` to prevent xss * _2.1.0_ use `cross-spawn` instead of `cross-spawn-async`, add `generating` and `generated` grunt events diff --git a/package.json b/package.json index 620b873..dd0e816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-jsdoc", "description": "Integrates jsdoc3 generation into your Grunt build", - "version": "2.3.0", + "version": "2.3.1", "homepage": "https://github.com/krampstudio/grunt-jsdoc", "author": { "name": "Bertrand Chevrier",