Skip to content

Commit 72eee46

Browse files
authored
Merge pull request #124 from nulab/release-0.15.0
0.15.0
2 parents 0a0d22d + 7098288 commit 72eee46

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.15.0](https://github.com/nulab/backlog-js/compare/0.14.2...0.15.0) (2025-10-28)
4+
5+
* Update parameters to add a team [#123](https://github.com/nulab/backlog-js/pull/123) ([gamisachi](https://github.com/gamisachi))
6+
37
## [0.14.2](https://github.com/nulab/backlog-js/compare/0.14.1...0.14.2) (2025-10-23)
48

59
* Ensure custom-field query parameters use explicit indices [#121](https://github.com/nulab/backlog-js/pull/121) ([trknhr](https://github.com/trknhr))

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