File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.25 .0"
2
+ "." : " 1.26 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.26.0 (2023-11-06)
4
+
5
+ Full Changelog: [ v1.25.0...v1.26.0] ( https://github.com/orbcorp/orb-node/compare/v1.25.0...v1.26.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** remove unsupported params ([ #24 ] ( https://github.com/orbcorp/orb-node/issues/24 ) ) ([ 546f564] ( https://github.com/orbcorp/orb-node/commit/546f564868e19b571bea8ec595007a104c89f7a6 ) )
10
+ * ** client:** allow binary returns ([ #21 ] ( https://github.com/orbcorp/orb-node/issues/21 ) ) ([ 6cfaacb] ( https://github.com/orbcorp/orb-node/commit/6cfaacbc2d5604c31709c7dd94351de64c931a4b ) )
11
+ * ** github:** include a devcontainer setup ([ #19 ] ( https://github.com/orbcorp/orb-node/issues/19 ) ) ([ cd00cda] ( https://github.com/orbcorp/orb-node/commit/cd00cda07f404de71c96df25ddc9362c45be5dc7 ) )
12
+
13
+
14
+ ### Documentation
15
+
16
+ * document customizing fetch ([ #22 ] ( https://github.com/orbcorp/orb-node/issues/22 ) ) ([ 34c9fe6] ( https://github.com/orbcorp/orb-node/commit/34c9fe66cb1514cc2b2596493398745126ddf655 ) )
17
+ * ** readme:** remove redundant whitespace ([ #23 ] ( https://github.com/orbcorp/orb-node/issues/23 ) ) ([ a3e47e1] ( https://github.com/orbcorp/orb-node/commit/a3e47e1baaa0693e5e7367c1a87d4044f455cedf ) )
18
+
3
19
## 1.25.0 (2023-10-27)
4
20
5
21
Full Changelog: [ v1.24.2...v1.25.0] ( https://github.com/orbcorp/orb-node/compare/v1.24.2...v1.25.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " orb-billing" ,
3
- "version" : " 1.25 .0" ,
3
+ "version" : " 1.26 .0" ,
4
4
"description" : " Client library for the Orb API" ,
5
5
"author" :
" Orb <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '1.25 .0' ; // x-release-please-version
1
+ export const VERSION = '1.26 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments