File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.4.0] - 2022-01-10
10+
911### Added
1012
1113- OpenID Connect: Support requesting a refresh token easily via the ` requestRefreshToken ` parameter.
@@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618
1719### Fixed
1820
19- - Fixed several type annotations in documentation and TypeScript declaration file.
21+ - Fixed several type annotations in the documentation and the TypeScript declaration file.
2022
2123## [ 2.3.1] - 2021-12-10
2224
@@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163165
164166All prior releases have been documented in the [ GitHub Releases] ( https://github.com/Open-EO/openeo-js-client/releases ) .
165167
166- [ Unreleased ] : https://github.com/Open-EO/openeo-js-client/compare/v2.3.1...HEAD
168+ [ Unreleased ] : https://github.com/Open-EO/openeo-js-client/compare/v2.4.0...HEAD
169+ [ 2.4.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.3.1...v2.4.0
167170[ 2.3.1 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.3.0...v2.3.1
168171[ 2.3.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.2.0...v2.3.0
169172[ 2.2.0 ] : https://github.com/Open-EO/openeo-js-client/compare/v2.1.0...v2.2.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ JavaScript/TypeScript client for the openEO API.
44
55* [ Documentation] ( https://open-eo.github.io/openeo-js-client/latest/ ) .
66
7- The version of this client is ** 2.3.1 ** and supports ** openEO API versions 1.x.x** .
7+ The version of this client is ** 2.4.0 ** and supports ** openEO API versions 1.x.x** .
88Legacy versions are available as releases.
99See the [ CHANGELOG] ( CHANGELOG.md ) for recent changes.
1010
Original file line number Diff line number Diff line change 11{
22 "name" : " @openeo/js-client" ,
3- "version" : " 2.3.1 " ,
3+ "version" : " 2.4.0 " ,
44 "author" : " openEO Consortium" ,
55 "contributors" : [
66 {
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class OpenEO {
110110 * @returns {string } Version number (according to SemVer).
111111 */
112112 static clientVersion ( ) {
113- return "2.3.1 " ;
113+ return "2.4.0 " ;
114114 }
115115
116116}
You can’t perform that action at this time.
0 commit comments