Skip to content

Commit c365508

Browse files
authored
Merge pull request #433 from muno92/tagpr-from-1.10.0
Release for 1.10.1
2 parents c2ecb16 + d744b34 commit c365508

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.10.1](https://github.com/muno92/resharper_inspectcode/compare/1.10.0...1.10.1) - 2023-11-20
4+
- Fix properties parameter by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/432
5+
36
## [1.10.0](https://github.com/muno92/resharper_inspectcode/compare/1.9.3...1.10.0) - 2023-11-20
47
- Add parameter to override MSBuild configuration by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/430
58

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resharper_inspectcode",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"private": true,
55
"description": "Run ReSharper Inspection action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)