Skip to content

Commit

Permalink
Merge pull request #527 from ripe-tech/version-3.3.0
Browse files Browse the repository at this point in the history
version: 3.3.0
  • Loading branch information
3rdvision authored Oct 18, 2023
2 parents 85a3016 + 1eace16 commit c449b30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Added waybill and invoice creation methods to the `ShipmentAPI` - [#4853](https://github.com/ripe-tech/ripe-core/issues/4853)
* Added shipment attachment methods to the `ShipmentAPI` - [#4853](https://github.com/ripe-tech/ripe-core/issues/4853)
* Added shipment status change methods to the `ShipmentAPI` - [#4853](https://github.com/ripe-tech/ripe-core/issues/4853)
* Added shipment notes and issues methods - [ripe-pulse/#396](https://github.com/ripe-tech/ripe-pulse/issues/396)
*

### Changed

Expand All @@ -22,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [3.3.0] - 2023-10-18

### Added

* Added waybill and invoice creation methods to the `ShipmentAPI` - [#4853](https://github.com/ripe-tech/ripe-core/issues/4853)
* Added shipment attachment methods to the `ShipmentAPI` - [#4853](https://github.com/ripe-tech/ripe-core/issues/4853)
* Added shipment status change methods to the `ShipmentAPI` - [#4853](https://github.com/ripe-tech/ripe-core/issues/4853)
* Added shipment notes and issues methods - [ripe-pulse/#396](https://github.com/ripe-tech/ripe-pulse/issues/396)

## [3.2.0] - 2023-08-22

### Added
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.2.0",
"version": "3.3.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.2.0";
ripe.VERSION = "3.3.0";

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

1 comment on commit c449b30

@vercel
Copy link

@vercel vercel bot commented on c449b30 Oct 18, 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-platforme.vercel.app
ripe-sdk-git-master-platforme.vercel.app
ripe-sdk-docs-csr.vercel.app

Please sign in to comment.