Skip to content

Commit de7e02e

Browse files
committed
Release: 2.5.1
1 parent 61baf51 commit de7e02e

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.1] - 2021-02-26
8+
9+
- Generate routes for missing item [80](https://github.com/MunifTanjim/node-bitbucket/issues/80)
10+
711
## [2.5.0] - 2021-02-25
812

913
- Generate from latest API Specification [#82](https://github.com/MunifTanjim/node-bitbucket/pull/82)
@@ -49,7 +53,8 @@
4953

5054
- Version 2 Release
5155

52-
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.5.0...HEAD
56+
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.5.1...HEAD
57+
[2.5.1]: https://github.com/MunifTanjim/node-bitbucket/compare/2.5.0...2.5.1
5358
[2.5.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.2...2.5.0
5459
[2.4.2]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.1...2.4.2
5560
[2.4.1]: https://github.com/MunifTanjim/node-bitbucket/compare/2.4.0...2.4.1

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.5.0",
3+
"version": "2.5.1",
44
"description": "Bitbucket API client for Browser and Node.js",
55
"keywords": [
66
"bitbucket",

0 commit comments

Comments
 (0)