File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.13.0] ( https://github.com/nulab/backlog-js/compare/0.12.6...0.13.0 ) (2023-06-02)
4
+
5
+ * add type annotation for response [ #77 ] ( https://github.com/nulab/backlog-js/pull/77 ) ([ mmktomato] ( https://github.com/mmktomato ) )
6
+ * Bump json-schema and jsprim [ #76 ] ( https://github.com/nulab/backlog-js/pull/76 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
7
+ * Bump minimist and mkdirp [ #75 ] ( https://github.com/nulab/backlog-js/pull/75 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
8
+ * Bump undici from 5.8.1 to 5.19.1 [ #74 ] ( https://github.com/nulab/backlog-js/pull/74 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
9
+ * Bump minimatch from 3.0.4 to 3.1.2 [ #72 ] ( https://github.com/nulab/backlog-js/pull/72 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
10
+ * Add Node.js v18 support to CI [ #70 ] ( https://github.com/nulab/backlog-js/pull/70 ) ([ mmktomato] ( https://github.com/mmktomato ) )
11
+ * Remove es6-promise [ #69 ] ( https://github.com/nulab/backlog-js/pull/69 ) ([ mmktomato] ( https://github.com/mmktomato ) )
12
+ * Bump shell-quote from 1.7.2 to 1.7.3 [ #68 ] ( https://github.com/nulab/backlog-js/pull/68 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
13
+ * Removed DefinitelyTyped badge [ #67 ] ( https://github.com/nulab/backlog-js/pull/67 ) ([ mmktomato] ( https://github.com/mmktomato ) )
14
+
3
15
## [ 0.12.6] ( https://github.com/nulab/backlog-js/compare/0.12.5...0.12.6 ) (2022-05-11)
4
16
5
17
* 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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backlog-js" ,
3
- "version" : " 0.12.6 " ,
3
+ "version" : " 0.13.0 " ,
4
4
"description" : " Backlog API v2 client for browser and node" ,
5
5
"main" : " dist/backlog.min.js" ,
6
6
"types" : " dist/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments