File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.38.1] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.38.0...@scaleway/sdk@2.38.1 ) (2024-07-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** scw:** export Decimal class ([ #1363 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1363 ) ) ([ 2341b21] ( https://github.com/scaleway/scaleway-sdk-js/commit/2341b216a4e68cae8b1a86d01e28e028f04e62e4 ) )
11
+
6
12
## [ 2.38.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.37.0...@scaleway/sdk@2.38.0 ) (2024-07-11)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 2.38.0 " ,
3
+ "version" : " 2.38.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Scaleway SDK." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
- export const version = 'v2.38.0 '
1
+ export const version = 'v2.38.1 '
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments