Skip to content

Commit d249596

Browse files
committed
v2.4.0
1 parent 0cf1c27 commit d249596

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

164166
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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**.
88
Legacy versions are available as releases.
99
See the [CHANGELOG](CHANGELOG.md) for recent changes.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openeo/js-client",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"author": "openEO Consortium",
55
"contributors": [
66
{

src/openeo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)