Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Jun 7, 2024
2 parents 872f6b9 + 931cd0c commit 3ca4bd2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: SonarCloud Scan
if: always()
uses: SonarSource/sonarcloud-github-action@v2.1.1
uses: SonarSource/sonarcloud-github-action@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.6](https://github.com/rudderlabs/rudder-workflow-engine/compare/v0.7.5...v0.7.6) (2024-06-06)


### Miscellaneous

* **deps:** bump sonar source/sonarcloud-github-action from 2.1.1 to 2.2.0 ([#146](https://github.com/rudderlabs/rudder-workflow-engine/issues/146)) ([2b9ef60](https://github.com/rudderlabs/rudder-workflow-engine/commit/2b9ef60349ce4d048b697f5e633edc2000f8a53b))
* upgrade packages ([#147](https://github.com/rudderlabs/rudder-workflow-engine/issues/147)) ([b7b9fa7](https://github.com/rudderlabs/rudder-workflow-engine/commit/b7b9fa7bb830afc60d7601fc71e5f91b68a4b132))

## [0.7.5](https://github.com/rudderlabs/rudder-workflow-engine/compare/v0.7.4...v0.7.5) (2024-03-15)


Expand Down
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": "@rudderstack/workflow-engine",
"version": "0.7.5",
"version": "0.7.6",
"description": "A generic workflow execution engine",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 3ca4bd2

Please sign in to comment.