backlog-js 0.12.3 → 0.12.6

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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.12.6](https://github.com/nulab/backlog-js/compare/0.12.5...0.12.6) (2022-05-11)
4
+
5
+ * Bump ansi-regex from 5.0.0 to 5.0.1 [#62](https://github.com/nulab/backlog-js/pull/62) ([dependabot[bot]](https://github.com/apps/dependabot))
6
+ * Maintain CI's node versions [#64](https://github.com/nulab/backlog-js/pull/64) ([mmktomato](https://github.com/mmktomato))
7
+ * Bump dependencies [#61](https://github.com/nulab/backlog-js/pull/61) ([mmktomato](https://github.com/mmktomato))
8
+ * Distribute .d.ts files [#59](https://github.com/nulab/backlog-js/pull/59) ([mmktomato](https://github.com/mmktomato))
9
+
10
+ ## [0.12.5](https://github.com/nulab/backlog-js/compare/0.12.4...0.12.5) (2022-01-28)
11
+
12
+ * Bump cached-path-relative from 1.0.2 to 1.1.0 [#56](https://github.com/nulab/backlog-js/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot))
13
+ * Bump node-fetch from 2.6.1 to 2.6.7 [#55](https://github.com/nulab/backlog-js/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot))
14
+ * No npx in scripts [#54](https://github.com/nulab/backlog-js/pull/54) ([mmktomato](https://github.com/mmktomato))
15
+ * Remove unnecessary namespace (global) [#53](https://github.com/nulab/backlog-js/pull/53) ([mmktomato](https://github.com/mmktomato))
16
+ * Use minified script [#52](https://github.com/nulab/backlog-js/pull/52) ([mmktomato](https://github.com/mmktomato))
17
+ * Generate d.ts automatically [#51](https://github.com/nulab/backlog-js/pull/51) ([mmktomato](https://github.com/mmktomato))
18
+ * Bump path-parse from 1.0.6 to 1.0.7 [#49](https://github.com/nulab/backlog-js/pull/49) ([dependabot[bot]](https://github.com/apps/dependabot))
19
+
20
+ ## [0.12.4](https://github.com/nulab/backlog-js/compare/0.12.3...0.12.4) (2021-08-10)
21
+
22
+ * Add return type [#47](https://github.com/nulab/backlog-js/pull/47) ([ohyama](https://github.com/ohyama))
23
+
3
24
  ## [0.12.3](https://github.com/nulab/backlog-js/compare/0.12.2...0.12.3) (2021-07-08)
4
25
 
5
26
  * string and number for IdOrKey parameters [#44](https://github.com/nulab/backlog-js/pull/44) ([mmktomato](https://github.com/mmktomato))