Skip to content

Commit

Permalink
Merge pull request #120 from rudderlabs/master
Browse files Browse the repository at this point in the history
chore(release): pulling master into develop post release v2.0.5
  • Loading branch information
MoumitaM authored Sep 22, 2023
2 parents e782caf + e8542b9 commit 48a9c6c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.5](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.4...v2.0.5) (2023-09-20)


### Bug Fixes

* correct type for flush & bring in loosely-validate-event package ([#118](https://github.com/rudderlabs/rudder-sdk-node/issues/118)) ([e782caf](https://github.com/rudderlabs/rudder-sdk-node/commit/e782caf19a936c3091b9f0059f9683fc3b8af7d6))

### [2.0.4](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.3...v2.0.4) (2023-08-28)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/rudder-sdk-node",
"version": "2.0.4",
"version": "2.0.5",
"description": "Rudder Node SDK",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"format": "prettier --write .",
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"postinstall": "patch-package",
"postinstall": "npx patch-package",
"pre-commit": "npm run test && npx lint-staged",
"commit-msg": "commitlint --edit",
"commit": "git-cz",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false
sonar.projectKey=rudderlabs_rudder-sdk-node
sonar.organization=rudderlabs
sonar.projectName=rudder-sdk-node
sonar.projectVersion=2.0.4
sonar.projectVersion=2.0.5

# Meta-data for the project
sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-node
Expand Down

0 comments on commit 48a9c6c

Please sign in to comment.