Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 6, 2024
1 parent c4e472c commit 931d937
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.1.1](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.1.0...v2.1.1) (2024-11-06)


### Bug Fixes

* vulnerabilities in dependencies ([#157](https://github.com/rudderlabs/rudder-sdk-node/issues/157)) ([c4e472c](https://github.com/rudderlabs/rudder-sdk-node/commit/c4e472ca195f404f90d7ac3fda5d8911900641be))

## [2.1.0](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.10...v2.1.0) (2024-11-04)


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.1.0",
"version": "2.1.1",
"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.1.0
sonar.projectVersion=2.1.1

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

0 comments on commit 931d937

Please sign in to comment.