Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for 1.12.0 #491

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.12.0](https://github.com/muno92/resharper_inspectcode/compare/1.11.14...1.12.0) - 2024-09-18
- Support sarif by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/490

## [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

Expand Down
198 changes: 162 additions & 36 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11.14",
"version": "1.12.0",
"private": true,
"description": "Run ReSharper Inspection action",
"main": "lib/main.js",
Expand Down
Loading