diff --git a/CHANGELOG.md b/CHANGELOG.md index 4521b49..749f285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.11](https://github.com/muno92/resharper_inspectcode/compare/1.11.10...1.11.11) - 2024-06-11 +- Update dependency eslint-plugin-github to v5 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/472 +- Update dependency prettier to v3.3.0 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/471 +- Update dependency eslint-plugin-jest to v28 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/461 +- Fix E2E test failure on ARM Runner by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/476 +- Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/muno92/resharper_inspectcode/pull/477 +- Update dependency prettier to v3.3.2 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/475 + ## [1.11.10](https://github.com/muno92/resharper_inspectcode/compare/1.11.9...1.11.10) - 2024-04-11 - Add Verbosity Control by @benjie23 in https://github.com/muno92/resharper_inspectcode/pull/463 diff --git a/package-lock.json b/package-lock.json index cb841dc..8368d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "resharper_inspectcode", - "version": "1.11.10", + "version": "1.11.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "resharper_inspectcode", - "version": "1.11.10", + "version": "1.11.11", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 6368116..6df18e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resharper_inspectcode", - "version": "1.11.10", + "version": "1.11.11", "private": true, "description": "Run ReSharper Inspection action", "main": "lib/main.js",