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 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",