From 6c9d9b92a4e30d259c1c0ab27210374d27044597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Conde?= <16060539+joao-conde@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:45:16 +0000 Subject: [PATCH] version: 3.3.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- src/js/base/ripe.js | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f23d0e7e..88820834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index ef400eb7..0ed0553e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripe-sdk", - "version": "3.3.0", + "version": "3.3.1", "description": "The public SDK for RIPE Core", "keywords": [ "js", diff --git a/src/js/base/ripe.js b/src/js/base/ripe.js index e0551d98..5eaa1118 100644 --- a/src/js/base/ripe.js +++ b/src/js/base/ripe.js @@ -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