Skip to content

Commit db42f6b

Browse files
fix: updated changelog and version
1 parent 801d711 commit db42f6b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [3.13.2] - 06-12-2022
6+
7+
### Added
8+
9+
- New `Account` methods for handling account favorites and wachlist history from external source
10+
511
# [3.13.1] - 16-08-2022
612

713
### Added
@@ -25,6 +31,7 @@ All notable changes to this project will be documented in this file.
2531
### Changes
2632

2733
- Updated AWS_IOT_URL for staging and production environments
34+
2835
# [3.12.6] - 08-03-2022
2936

3037
### Changes
@@ -56,17 +63,19 @@ All notable changes to this project will be documented in this file.
5663
- The type of getSubscription method parameter changed to string
5764

5865
# [3.12.1] - 03-12-2021
66+
5967
## Changes
6068

6169
- IOT token validity changed from 60 to 30 minutes
6270

6371
# [3.12.0] - 28-09-2021
72+
6473
## Changes
6574

6675
- Typedoc version upgraded to 0.22.4
6776
- The view of our generated docs is changed, due to breaking changes introduces in typedoc 0.20.0 version
6877
- Moved the directDebitSubscribe and idealSubscribe methods in subscription module and added deprecated description next to them in payments module
69-
- Added more comprehensive description for methods parameters and responses
78+
- Added more comprehensive description for methods parameters and responses
7079
- Removed redundant getPaymentTools method
7180

7281
# [3.11.3] - 23-09-2021

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inplayer-org/inplayer.js",
3-
"version": "3.13.1",
3+
"version": "3.13.2",
44
"author": "InPlayer",
55
"license": "MIT",
66
"description": "A Javascript SDK for Inplayer's RESTful API",

0 commit comments

Comments
 (0)