Skip to content

Commit

Permalink
Merge pull request #353 from muno92/tagpr-from-1.6.0
Browse files Browse the repository at this point in the history
Release for 1.6.1
  • Loading branch information
muno92 authored Oct 30, 2022
2 parents 6c2f5b0 + 6e992eb commit ef7cd57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.6.1](https://github.com/muno92/resharper_inspectcode/compare/1.6.0...1.6.1) - 2022-10-30
- Update dependency @types/node to v18 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/350

## [1.6.0](https://github.com/muno92/resharper_inspectcode/compare/1.5.0...1.6.0) - 2022-10-18
- Update dependency @vercel/ncc to ^0.34.0 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/337
- Update dependency prettier to v2.7.0 by @renovate in https://github.com/muno92/resharper_inspectcode/pull/339
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].0
uses: muno92/[email protected].1
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.0",
"version": "1.6.1",
"private": true,
"description": "Run ReSharper Inspection action",
"main": "lib/main.js",
Expand Down

0 comments on commit ef7cd57

Please sign in to comment.