diff --git a/CHANGELOG.md b/CHANGELOG.md index a6dd40b3..c47f9391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment: ## [Unreleased] + +## [2.13.2] - 2022-12-15 ### Fixed - Invoice.Discount error when an empty list was received diff --git a/index.js b/index.js index b35748d4..37d18122 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -exports.version = '2.13.1'; +exports.version = '2.13.2'; exports.cache = {}; exports.user = null; diff --git a/package-lock.json b/package-lock.json index 107cfe93..d58cf2c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "starkbank", - "version": "2.13.1", + "version": "2.13.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "starkbank", - "version": "2.13.1", + "version": "2.13.2", "license": "MIT", "dependencies": { "axios": "^0.21.4", diff --git a/package.json b/package.json index 9a277af9..491465c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starkbank", - "version": "2.13.1", + "version": "2.13.2", "description": "SDK to facilitate Node integrations with Stark Bank", "main": "index.js", "types": "types/index.d.ts",