Skip to content

Commit 4f4e663

Browse files
committed
0.14.0
1 parent 419f2b6 commit 4f4e663

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/nulab/backlog-js/compare/0.13.7...0.14.0) (2025-09-12)
4+
5+
* Remove deprected methods [#117](https://github.com/nulab/backlog-js/pull/117) ([mmktomato](https://github.com/mmktomato))
6+
* Bump sha.js from 2.4.11 to 2.4.12 [#116](https://github.com/nulab/backlog-js/pull/116) ([dependabot[bot]](https://github.com/apps/dependabot))
7+
* Bump cipher-base from 1.0.4 to 1.0.6 [#115](https://github.com/nulab/backlog-js/pull/115) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
39
## [0.13.7](https://github.com/nulab/backlog-js/compare/0.13.6...0.13.7) (2025-08-21)
410

511
* Add hasDueDate params [#113](https://github.com/nulab/backlog-js/pull/113) ([katayama8000](https://github.com/katayama8000))

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.7",
3+
"version": "0.14.0",
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)