Skip to content

Commit 2c990c4

Browse files
committed
Release: 2.4.1
1 parent 2401866 commit 2c990c4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- ...
66

7+
## [2.4.1] - 2020-07-21
8+
9+
- Fix `endpoint/utils/add-query-parameters`
10+
711
## [2.4.0] - 2020-07-15
812

913
- Add endpoints for: `Workspace`
@@ -37,7 +41,8 @@
3741

3842
- Version 2 Release
3943

40-
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.0...HEAD
44+
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.1...HEAD
45+
[2.4.1]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.0...2.4.1
4146
[2.4.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.3.0...2.4.0
4247
[2.3.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.2.0...2.3.0
4348
[2.2.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.1.0...2.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitbucket",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Bitbucket API client for Browser and Node.js",
55
"keywords": [
66
"bitbucket",

0 commit comments

Comments
 (0)