diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e5947..363de7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.12.4](https://github.com/muno92/resharper_inspectcode/compare/1.12.3...1.12.4) - 2024-12-04 +- Update dependency prettier to v3.4.2 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/501 + ## [1.12.3](https://github.com/muno92/resharper_inspectcode/compare/1.12.2...1.12.3) - 2024-11-27 - Support .NET 9 by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/497 - Bump ESLint and typescript-eslint-parser by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/499 diff --git a/package-lock.json b/package-lock.json index a1c82e5..205db4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "resharper_inspectcode", - "version": "1.12.3", + "version": "1.12.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "resharper_inspectcode", - "version": "1.12.3", + "version": "1.12.4", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index a92961a..b3ab038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resharper_inspectcode", - "version": "1.12.3", + "version": "1.12.4", "private": true, "description": "Run ReSharper Inspection action", "main": "lib/main.js",