Skip to content

Commit

Permalink
Merge pull request #501 from ripe-tech/dva/version-2.40.0
Browse files Browse the repository at this point in the history
version 2.40.0 🌈
  • Loading branch information
3rdvision authored Mar 8, 2023
2 parents a115786 + 22d7877 commit 5256394
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

*

## [2.40.0] - 2023-03-08

### Added

* Add CSR base documentation - [#478](https://github.com/ripe-tech/ripe-sdk/issues/478)
* Add CSR documentation `Dockerfile` - [#478](https://github.com/ripe-tech/ripe-sdk/issues/478)

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": "2.39.0",
"version": "2.40.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 @@ -16,7 +16,7 @@ if (
* The version of the RIPE SDK currently in load, should
* be in sync with the package information.
*/
ripe.VERSION = "2.39.0";
ripe.VERSION = "2.40.0";

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

1 comment on commit 5256394

@vercel
Copy link

@vercel vercel bot commented on 5256394 Mar 8, 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-docs-csr.vercel.app
ripe-sdk-git-master-platforme.vercel.app

Please sign in to comment.