File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 2.5.0] - 2022-04-07
11
+
9
12
### Changed
10
13
11
14
- ` listJobs ` , ` listServices ` and ` listUserProcesses ` allow to update existing processes.
@@ -182,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
182
185
183
186
All prior releases have been documented in the [ GitHub Releases] ( https://github.com/Open-EO/openeo-js-client/releases ) .
184
187
185
- [ Unreleased ] : https://github.com/Open-EO/openeo-js-client/compare/v2.4.1...HEAD
188
+ [ Unreleased ] : https://github.com/Open-EO/openeo-js-client/compare/v2.5.0...HEAD
189
+ [ 2.5.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.4.1...v2.5.0
186
190
[ 2.4.1 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.4.0...v2.4.1
187
191
[ 2.4.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.3.1...v2.4.0
188
192
[ 2.3.1 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.3.0...v2.3.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ JavaScript/TypeScript client for the openEO API.
4
4
5
5
* [ Documentation] ( https://open-eo.github.io/openeo-js-client/latest/ ) .
6
6
7
- The version of this client is ** 2.4.1 ** and supports ** openEO API versions 1.x.x** .
7
+ The version of this client is ** 2.5.0 ** and supports ** openEO API versions 1.x.x** .
8
8
Legacy versions are available as releases.
9
9
See the [ CHANGELOG] ( CHANGELOG.md ) for recent changes.
10
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openeo/js-client" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.5.0 " ,
4
4
"author" : " openEO Consortium" ,
5
5
"contributors" : [
6
6
{
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class OpenEO {
110
110
* @returns {string } Version number (according to SemVer).
111
111
*/
112
112
static clientVersion ( ) {
113
- return "2.4.1 " ;
113
+ return "2.5.0 " ;
114
114
}
115
115
116
116
}
You can’t perform that action at this time.
0 commit comments