From 796587ad950f6804d60473c2b5998ed3ec71c59e Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Wed, 3 Nov 2021 09:26:17 +0100 Subject: [PATCH] build: upgrade eslint-release to v3.2.0 to support conventional commits (#15246) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc59255d29d..1a394f74c6f 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint-plugin-internal-rules": "file:tools/internal-rules", "eslint-plugin-jsdoc": "^37.0.0", "eslint-plugin-node": "^11.1.0", - "eslint-release": "^3.1.2", + "eslint-release": "^3.2.0", "eslump": "^3.0.0", "esprima": "^4.0.1", "fs-teardown": "^0.1.3",