Skip to content

Commit

Permalink
Merge pull request #451 from ripe-tech/dva/version-2.33.0
Browse files Browse the repository at this point in the history
version 2.33.0 🌈
  • Loading branch information
joao-conde authored Dec 13, 2022
2 parents 00717bd + e0dcdf8 commit ee0cdee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Add `quantity` param to `_importOrder` method - [ripe-pulse/#271](https://github.com/ripe-tech/ripe-pulse/issues/271)
*

### Changed

Expand All @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* If no masks are to be used, create the mask buffers but don't load them, avoiding network requests - [#446](https://github.com/ripe-tech/ripe-sdk/issues/446)

## [2.33.0] - 2022-12-13

### Added

* Add `quantity` param to `_importOrder` method - [ripe-pulse/#271](https://github.com/ripe-tech/ripe-pulse/issues/271)

## [2.32.0] - 2022-11-10

### 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": "ripe-sdk",
"version": "2.32.0",
"version": "2.33.0",
"description": "The public SDK for RIPE Core",
"keywords": [
"js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/base/ripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (
* The version of the RIPE SDK currently in load, should
* be in sync with the package information.
*/
ripe.VERSION = "2.31.2";
ripe.VERSION = "2.33.0";

/**
* Object that contains global (static) information to be used by
Expand Down

0 comments on commit ee0cdee

Please sign in to comment.