Skip to content

Commit 6a4a601

Browse files
authored
Merge pull request #104 from nulab/release-0.13.4
0.13.4
2 parents e6629be + 7388766 commit 6a4a601

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.13.4](https://github.com/nulab/backlog-js/compare/0.13.3...0.13.4) (2025-05-07)
4+
5+
* Bump undici from 6.19.2 to 6.21.1 [#101](https://github.com/nulab/backlog-js/pull/101) ([dependabot[bot]](https://github.com/apps/dependabot))
6+
* Bump elliptic from 6.6.0 to 6.6.1 [#103](https://github.com/nulab/backlog-js/pull/103) ([dependabot[bot]](https://github.com/apps/dependabot))
7+
* Bump serialize-javascript and mocha [#102](https://github.com/nulab/backlog-js/pull/102) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
* Bump elliptic from 6.5.4 to 6.6.0 [#98](https://github.com/nulab/backlog-js/pull/98) ([dependabot[bot]](https://github.com/apps/dependabot))
9+
* Handle 204 No Content responses safely in parseJSON [#100](https://github.com/nulab/backlog-js/pull/100) ([trknhr](https://github.com/trknhr))
10+
311
## [0.13.3](https://github.com/nulab/backlog-js/compare/0.13.2...0.13.3) (2024-07-18)
412

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

package-lock.json

Lines changed: 2 additions & 2 deletions
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.3",
3+
"version": "0.13.4",
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)