diff --git a/CHANGELOG.md b/CHANGELOG.md index 929b956..d2b3ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.11.14](https://github.com/muno92/resharper_inspectcode/compare/1.11.13...1.11.14) - 2024-07-17 +- Update dependency prettier to v3.3.3 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/483 + ## [1.11.13](https://github.com/muno92/resharper_inspectcode/compare/1.11.12...1.11.13) - 2024-07-17 - Change working directory at the beginning of the action by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/484 diff --git a/package-lock.json b/package-lock.json index c2319bf..f88e172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "resharper_inspectcode", - "version": "1.11.13", + "version": "1.11.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "resharper_inspectcode", - "version": "1.11.13", + "version": "1.11.14", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 4c31ebf..3d1e724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resharper_inspectcode", - "version": "1.11.13", + "version": "1.11.14", "private": true, "description": "Run ReSharper Inspection action", "main": "lib/main.js",