Skip to content

Commit

Permalink
Merge pull request #371 from muno92/tagpr-from-1.6.5
Browse files Browse the repository at this point in the history
Release for 1.6.6
  • Loading branch information
muno92 authored Jan 12, 2023
2 parents 9ec4180 + c1181ea commit f0a3ff4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.6.6](https://github.com/muno92/resharper_inspectcode/compare/1.6.5...1.6.6) - 2023-01-12
- Update dependency prettier to v2.8.2 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/367
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in https://github.com/muno92/resharper_inspectcode/pull/369

## [1.6.5](https://github.com/muno92/resharper_inspectcode/compare/1.6.4...1.6.5) - 2022-12-16
- Support .NET 7 by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/365

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Example:

```yml
- name: Inspect code
uses: muno92/[email protected].5
uses: muno92/[email protected].6
with:
solutionPath: ./YourSolution.sln
include: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resharper_inspectcode",
"version": "1.6.5",
"version": "1.6.6",
"private": true,
"description": "Run ReSharper Inspection action",
"main": "lib/main.js",
Expand Down

0 comments on commit f0a3ff4

Please sign in to comment.