diff --git a/CHANGELOG.md b/CHANGELOG.md index 381a7413..2e94a454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.17.1](https://github.com/muno92/resharper_inspectcode/compare/1.17.0...1.17.1) - 2026-04-28 +- Update dependency prettier to v3.8.3 by @renovate[bot] in https://github.com/muno92/resharper_inspectcode/pull/576 + ## [1.17.0](https://github.com/muno92/resharper_inspectcode/compare/1.16.0...1.17.0) - 2026-03-29 - Bump flatted from 3.3.2 to 3.4.2 by @dependabot[bot] in https://github.com/muno92/resharper_inspectcode/pull/573 - Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in https://github.com/muno92/resharper_inspectcode/pull/570 diff --git a/package-lock.json b/package-lock.json index 4f4e951d..ca77506f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "resharper_inspectcode", - "version": "1.17.0", + "version": "1.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "resharper_inspectcode", - "version": "1.17.0", + "version": "1.17.1", "license": "MIT", "dependencies": { "@actions/core": "^2.0.0", diff --git a/package.json b/package.json index dcf1ef59..bc5adf3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resharper_inspectcode", - "version": "1.17.0", + "version": "1.17.1", "private": true, "description": "Run ReSharper Inspection action", "main": "lib/main.js",