Skip to content

Commit

Permalink
chore(release): 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Nov 11, 2023
1 parent 1452a0d commit 0e91ade
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [4.6.2](https://github.com/avaly/paddle-sdk/compare/v4.6.1...v4.6.2) (2023-11-11)

### [4.6.1](https://github.com/avaly/paddle-sdk/compare/v4.6.0...v4.6.1) (2023-06-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paddle-sdk",
"description": "The Paddle.com Node.js SDK",
"version": "4.6.1",
"version": "4.6.2",
"type": "module",
"main": "./cjs/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by yarn build
export const VERSION = '4.6.1';
export const VERSION = '4.6.2';

0 comments on commit 0e91ade

Please sign in to comment.