Skip to content

Commit

Permalink
version: 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Oct 30, 2023
1 parent 80f36f6 commit 6c9d9b9
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

* Added create documents for shipping API - [ripe-pulse/#396](https://github.com/ripe-tech/ripe-pulse/issues/396)
*

### Changed

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

*

## [3.3.1] - 2023-10-30

### Added

* Added create documents for shipping API - [ripe-pulse/#396](https://github.com/ripe-tech/ripe-pulse/issues/396)

## [3.3.0] - 2023-10-18

### 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": "3.3.0",
"version": "3.3.1",
"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 @@ -6,7 +6,7 @@ const ripe = base.ripe;
* The version of the RIPE SDK currently in load, should
* be in sync with the package information.
*/
ripe.VERSION = "3.3.0";
ripe.VERSION = "3.3.1";

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

0 comments on commit 6c9d9b9

Please sign in to comment.