Skip to content

Commit

Permalink
Bump to v2.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Apr 2, 2024
1 parent ece0c7c commit 3b4549b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [2.23.3] - 2024-04-01
### Fixed
- tags types parameter reference
- optional parameters types
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.version = '2.23.2';
exports.version = '2.23.3';

exports.cache = {};
exports.user = {};
Expand Down
16 changes: 8 additions & 8 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": "starkbank",
"version": "2.23.2",
"version": "2.23.3",
"description": "SDK to facilitate Node integrations with Stark Bank",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 3b4549b

Please sign in to comment.