Skip to content

Commit

Permalink
fix(dependabot): Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayasingam-paddle committed Jun 21, 2024
1 parent f065965 commit d8c7910
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a

This means when upgrading minor versions of the SDK, you may notice type errors. You can safely ignore these or fix by adding additional type guards.

## 1.4.1 - 2024-06-21

### Fixed

- Dependabot security updates.

---

## 1.4.0 - 2024-06-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddle/paddle-node-sdk",
"version": "1.4.0",
"version": "1.4.1",
"description": "A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit d8c7910

Please sign in to comment.