Skip to content

Commit

Permalink
Merge pull request #94 from nulab/release-0.13.3
Browse files Browse the repository at this point in the history
0.13.3
  • Loading branch information
mmktomato authored Jul 18, 2024
2 parents b71e874 + 38c395d commit fb52f5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.13.3](https://github.com/nulab/backlog-js/compare/0.13.2...0.13.3) (2024-07-18)

* Add type annotation for parameters [#93](https://github.com/nulab/backlog-js/pull/93) ([mmktomato](https://github.com/mmktomato))

## [0.13.2](https://github.com/nulab/backlog-js/compare/0.13.1...0.13.2) (2024-07-01)

* Rename `deleteIssuesCount` to `deleteIssue` [#91](https://github.com/nulab/backlog-js/pull/91) ([mmktomato](https://github.com/mmktomato))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backlog-js",
"version": "0.13.2",
"version": "0.13.3",
"description": "Backlog API v2 client for browser and node",
"main": "dist/backlog.min.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit fb52f5b

Please sign in to comment.