From 877531591230928b311372c35416c5e7d7c8792e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Conde?= <16060539+joao-conde@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:17:59 +0000 Subject: [PATCH] version: 3.3.3 --- 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 01e654b5..e15773aa 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 -* Shipment API `voidWaybillShipment` and `voidReturnWaybillShipment` +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [3.3.3] - 2023-12-18 + +### Added + +* Shipment API `voidWaybillShipment` and `voidReturnWaybillShipment` + ## [3.3.2] - 2023-12-14 ### Added diff --git a/package.json b/package.json index 6c5c4227..62c1c0c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripe-sdk", - "version": "3.3.2", + "version": "3.3.3", "description": "The public SDK for RIPE Core", "keywords": [ "js", diff --git a/src/js/base/ripe.js b/src/js/base/ripe.js index 062dd5d6..25066cb9 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.2"; +ripe.VERSION = "3.3.3"; /** * Object that contains global (static) information to be used by