From a2c3cc69843cbff869c0329d30600bc72a4890e8 Mon Sep 17 00:00:00 2001 From: Tim Beadle Date: Tue, 26 Sep 2023 16:03:16 +0100 Subject: [PATCH 1/2] 8.0.2 Release notes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5888e2..37b5df21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [8.0.2] - 2023-09-26 +### Updated +- @snyk/protect@1.1227.0 +- eslint@8.50.0 +- eslint-plugin-import@2.28.1 +- prettier@3.0.3 +- npm@8.19.4 (volta pin) +- actions/checkout@v4 + ## [8.0.1] - 2023-07-06 ### Added - Node 14.17.x, 20.x test runs @@ -275,6 +284,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added - TravisCI build badge. +[8.0.2]: https://github.com/timbeadle/grunt-cfpathcheck/compare/8.0.1...8.0.2 [8.0.1]: https://github.com/timbeadle/grunt-cfpathcheck/compare/8.0.0...8.0.1 [8.0.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/7.0.1...8.0.0 [7.0.1]: https://github.com/timbeadle/grunt-cfpathcheck/compare/7.0.0...7.0.1 From 56b8989aa6bd841ada872bc7d669daf279d4c4f1 Mon Sep 17 00:00:00 2001 From: Tim Beadle Date: Tue, 26 Sep 2023 16:06:06 +0100 Subject: [PATCH 2/2] Release 8.0.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08593d7f..49622e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-cfpathcheck", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8df12713..b0f16544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-cfpathcheck", - "version": "8.0.1", + "version": "8.0.2", "description": "Grunt wrapper for cfpathcheck", "homepage": "https://github.com/timbeadle/grunt-cfpathcheck", "repository": "https://github.com/timbeadle/grunt-cfpathcheck",