From 10aa26066c2b4fc63e0b92bc03bcc2f6352502b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Oct 2022 05:24:09 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3c71ce6..6bc3040a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Example: ```yml - name: Inspect code - uses: muno92/resharper_inspectcode@1.6.0 + uses: muno92/resharper_inspectcode@1.6.1 with: solutionPath: ./YourSolution.sln include: | diff --git a/package.json b/package.json index 6737dd4e..3b3b4bdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resharper_inspectcode", - "version": "1.6.0", + "version": "1.6.1", "private": true, "description": "Run ReSharper Inspection action", "main": "lib/main.js", From 6e992eb0bed2b28b4a744834c0b3ec7f65ce625a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Oct 2022 05:24:10 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf772829..1125584f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.6.1](https://github.com/muno92/resharper_inspectcode/compare/1.6.0...1.6.1) - 2022-10-30 +- Update dependency @types/node to v18 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/350 + ## [1.6.0](https://github.com/muno92/resharper_inspectcode/compare/1.5.0...1.6.0) - 2022-10-18 - Update dependency @vercel/ncc to ^0.34.0 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/337 - Update dependency prettier to v2.7.0 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/339