Skip to content

Commit fb52f5b

Browse files
authored
Merge pull request #94 from nulab/release-0.13.3
0.13.3
2 parents b71e874 + 38c395d commit fb52f5b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.13.3](https://github.com/nulab/backlog-js/compare/0.13.2...0.13.3) (2024-07-18)
4+
5+
* Add type annotation for parameters [#93](https://github.com/nulab/backlog-js/pull/93) ([mmktomato](https://github.com/mmktomato))
6+
37
## [0.13.2](https://github.com/nulab/backlog-js/compare/0.13.1...0.13.2) (2024-07-01)
48

59
* Rename `deleteIssuesCount` to `deleteIssue` [#91](https://github.com/nulab/backlog-js/pull/91) ([mmktomato](https://github.com/mmktomato))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backlog-js",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Backlog API v2 client for browser and node",
55
"main": "dist/backlog.min.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)