File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Project Changelog
2
2
3
+ # [ @rxjs-collection/operators-v1 .0.12] ( https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.11...@rxjs-collection/operators-v1.0.12 ) (2024-11-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** operators:** sonarcloud optim ([ 9aa6ee7] ( https://github.com/basics/rxjs-collection/commit/9aa6ee7776f8b3a192f6579146c192685c021501 ) )
9
+
3
10
# [ @rxjs-collection/operators-v1 .0.12-beta.1] ( https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.11...@rxjs-collection/operators-v1.0.12-beta.1 ) (2024-11-26)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-collection/operators" ,
3
- "version" : " 1.0.12-beta.1 " ,
3
+ "version" : " 1.0.12" ,
4
4
"description" : " rxjs operators" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ sonar.organization=basics
3
3
4
4
sonar.cpd.exclusions =./packages/**/*.test.js
5
5
sonar.javascript.lcov.reportPaths =./coverage/lcov.info
6
+ sonar.tests.inclusions =**/*.test.js
6
7
7
8
# This is the name and version displayed in the SonarCloud UI.
8
9
# sonar.projectName=rxjs-collection
You can’t perform that action at this time.
0 commit comments