Skip to content

Commit 73cdee3

Browse files
Merge pull request #98 from basics/feature/sonarcloud
Feature/sonarcloud
2 parents 49252b1 + 60fd907 commit 73cdee3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/operators/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Project Changelog
22

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+
310
# [@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)
411

512

packages/operators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxjs-collection/operators",
3-
"version": "1.0.12-beta.1",
3+
"version": "1.0.12",
44
"description": "rxjs operators",
55
"license": "MIT",
66
"contributors": [

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sonar.organization=basics
33

44
sonar.cpd.exclusions=./packages/**/*.test.js
55
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
6+
sonar.tests.inclusions=**/*.test.js
67

78
# This is the name and version displayed in the SonarCloud UI.
89
#sonar.projectName=rxjs-collection

0 commit comments

Comments
 (0)