Skip to content

Commit 2e0f6f1

Browse files
committed
Release: 2.3.0
1 parent c273772 commit 2e0f6f1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

55
- ...
66

7+
## [2.3.0] - 2020-06-29
8+
9+
- Generate from latest API Specification
10+
711
## [2.2.0] - 2020-05-23
812

913
- Add better support for TypeScript types, resolves [#61](https://github.com/MunifTanjim/node-bitbucket/issues/61)
@@ -28,7 +32,9 @@
2832

2933
- Version 2 Release
3034

31-
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.1.0...HEAD
35+
[unreleased]: https://github.com/MunifTanjim/node-bitbucket/compare/2.3.0...HEAD
36+
[2.3.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.2.0...2.3.0
37+
[2.2.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.1.0...2.2.0
3238
[2.1.0]: https://github.com/MunifTanjim/node-bitbucket/compare/2.0.3...2.1.0
3339
[2.0.3]: https://github.com/MunifTanjim/node-bitbucket/compare/2.0.2...2.0.3
3440
[2.0.2]: https://github.com/MunifTanjim/node-bitbucket/compare/2.0.1...2.0.2

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

0 commit comments

Comments
 (0)