Skip to content

Commit

Permalink
Merge pull request #115 from rudderlabs/master
Browse files Browse the repository at this point in the history
chore(release): pulling master into develop post release v2.0.4
  • Loading branch information
MoumitaM authored Aug 29, 2023
2 parents 5dd8999 + 2dc7220 commit ee9c4c8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.4](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.3...v2.0.4) (2023-08-28)


### Bug Fixes

* concurrent event triggering unnecessary flush call ([#113](https://github.com/rudderlabs/rudder-sdk-node/issues/113)) ([5dd8999](https://github.com/rudderlabs/rudder-sdk-node/commit/5dd89999a7625c999434016dbf3bd6d509d7417a))
* remove winston logger dependency to enable serverless environments ([#112](https://github.com/rudderlabs/rudder-sdk-node/issues/112)) ([3619247](https://github.com/rudderlabs/rudder-sdk-node/commit/36192471055fdfc2032223986267715c2b48d4c4))

### [2.0.3](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.2...v2.0.3) (2023-06-30)


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/rudder-sdk-node",
"version": "2.0.3",
"version": "2.0.4",
"description": "Rudder Node SDK",
"main": "./cjs/index.js",
"module": "./esm/index.js",
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.3
sonar.projectVersion=2.0.4

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

0 comments on commit ee9c4c8

Please sign in to comment.