From 16b12ae20b1506a64b8c7ab20de721612e28fb3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Leal?= Date: Fri, 19 May 2023 12:24:18 +0100 Subject: [PATCH] version: 3.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- src/js/base/ripe.js | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87818aa..895f3b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +* + +### Changed + +* + +### Fixed + +* + +## [3.0.1] - 2023-05-19 + +### Added + * Added `sku` and `domain` fields to import order - [ripe-core/#4798](https://github.com/ripe-tech/ripe-core/issues/4798) ### Changed diff --git a/package.json b/package.json index b62454cb..5d3a6e5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripe-sdk", - "version": "3.0.0", + "version": "3.0.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 5620da2a..b8d821b0 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.0.0"; +ripe.VERSION = "3.0.1"; /** * Object that contains global (static) information to be used by