File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.25 .0"
2+ "." : " 1.26 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
319## 1.25.0 (2023-10-27)
420
521Full 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 11{
22 "name" : " orb-billing" ,
3- "version" : " 1.25 .0" ,
3+ "version" : " 1.26 .0" ,
44 "description" : " Client library for the Orb API" ,
55 "author" : " Orb <team@withorb.com>" ,
66 "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