diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a0b5c..fee3001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.0](https://github.com/nulab/backlog-js/compare/0.15.0...0.16.0) (2026-02-09) + +* add document [#127](https://github.com/nulab/backlog-js/pull/127) ([katayama8000](https://github.com/katayama8000)) +* delete document [#128](https://github.com/nulab/backlog-js/pull/128) ([katayama8000](https://github.com/katayama8000)) +* Bump qs from 6.12.1 to 6.14.1 [#126](https://github.com/nulab/backlog-js/pull/126) ([dependabot[bot]](https://github.com/apps/dependabot)) +* Bump js-yaml [#125](https://github.com/nulab/backlog-js/pull/125) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [0.15.0](https://github.com/nulab/backlog-js/compare/0.14.2...0.15.0) (2025-10-28) * Update parameters to add a team [#123](https://github.com/nulab/backlog-js/pull/123) ([gamisachi](https://github.com/gamisachi)) diff --git a/package-lock.json b/package-lock.json index 1ecbf37..a0b03e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "backlog-js", - "version": "0.15.0", + "version": "0.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "backlog-js", - "version": "0.15.0", + "version": "0.16.0", "license": "MIT", "dependencies": { "qs": "^6.12.1" diff --git a/package.json b/package.json index 90c7e8d..14b5ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backlog-js", - "version": "0.15.0", + "version": "0.16.0", "description": "Backlog API v2 client for browser and node", "main": "dist/backlog.min.js", "types": "dist/types/index.d.ts",