backlog-js 0.13.6 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
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
+
9
+ ## [0.13.7](https://github.com/nulab/backlog-js/compare/0.13.6...0.13.7) (2025-08-21)
10
+
11
+ * Add hasDueDate params [#113](https://github.com/nulab/backlog-js/pull/113) ([katayama8000](https://github.com/katayama8000))
12
+
3
13
  ## [0.13.6](https://github.com/nulab/backlog-js/compare/0.13.5...0.13.6) (2025-07-01)
4
14
 
5
15
  * Bump pbkdf2 from 3.1.1 to 3.1.3 [#110](https://github.com/nulab/backlog-js/pull/110) ([dependabot[bot]](https://github.com/apps/dependabot))