Skip to content

Commit d842422

Browse files
committed
Release: 2.5.0
1 parent 413ef30 commit d842422

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.5.0] - 2021-02-25
8+
9+
- Generate from latest API Specification [#82](https://github.com/MunifTanjim/node-bitbucket/pull/82)
10+
711
## [2.4.2] - 2020-10-14
812

913
- Fix `endpoint/utils/add-query-parameters`
@@ -45,7 +49,8 @@
4549

4650
- Version 2 Release
4751

48-
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.2...HEAD
52+
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.5.0...HEAD
53+
[2.5.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.2...2.5.0
4954
[2.4.2]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.1...2.4.2
5055
[2.4.1]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.0...2.4.1
5156
[2.4.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.3.0...2.4.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.2",
3+
"version": "2.5.0",
44
"description": "Bitbucket API client for Browser and Node.js",
55
"keywords": [
66
"bitbucket",

0 commit comments

Comments
 (0)