Skip to content

Commit

Permalink
Merge pull request #513 from ripe-tech/jl/version-3.0.1
Browse files Browse the repository at this point in the history
version: 3.0.1
  • Loading branch information
3rdvision authored May 19, 2023
2 parents c3b5a15 + 16b12ae commit fd957db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.0",
"version": "3.0.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.0.0";
ripe.VERSION = "3.0.1";

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

1 comment on commit fd957db

@vercel
Copy link

@vercel vercel bot commented on fd957db May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ripe-sdk – ./

ripe-sdk-docs-csr.vercel.app
ripe-sdk-platforme.vercel.app
ripe-sdk-git-master-platforme.vercel.app

Please sign in to comment.