Skip to content

Commit

Permalink
Merge pull request #520 from ripe-tech/dva/version-3.0.2
Browse files Browse the repository at this point in the history
version 3.1.0 🌈
  • Loading branch information
hugo-gomes authored Aug 22, 2023
2 parents 1f279d6 + bded1db commit b6e8a23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Change API testing provider from `httpbin` to `postman-echo`
*

### Fixed

*

## [3.1.0] - 2023-08-22

### Added

* Added `composeUrl` option to allow custom for composition endpoints - [products/#132](https://github.com/ripe-tech/products/issues/132)

### Changed

* Change API testing provider from `httpbin` to `postman-echo`

## [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)
* Added `composeUrl` option to allow custom for composition endpoints - [products/#132](https://github.com/ripe-tech/products/issues/132)

### 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.1",
"version": "3.1.0",
"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.1";
ripe.VERSION = "3.1.0";

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

1 comment on commit b6e8a23

@vercel
Copy link

@vercel vercel bot commented on b6e8a23 Aug 22, 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-git-master-platforme.vercel.app
ripe-sdk-platforme.vercel.app

Please sign in to comment.