File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.10 .0"
2
+ "." : " 2.11 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.11.0 (2024-05-29)
4
+
5
+ Full Changelog: [ v2.10.0...v2.11.0] ( https://github.com/orbcorp/orb-node/compare/v2.10.0...v2.11.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** pricing model updates ([ 97f4cce] ( https://github.com/orbcorp/orb-node/commit/97f4ccef52c3fdd91a5360f28f9efe2edcc56ab7 ) )
10
+ * ** api:** update item endpoint ([ #212 ] ( https://github.com/orbcorp/orb-node/issues/212 ) ) ([ 97f4cce] ( https://github.com/orbcorp/orb-node/commit/97f4ccef52c3fdd91a5360f28f9efe2edcc56ab7 ) )
11
+
12
+
13
+ ### Documentation
14
+
15
+ * ** readme:** add bundle size badge ([ #210 ] ( https://github.com/orbcorp/orb-node/issues/210 ) ) ([ 4b80558] ( https://github.com/orbcorp/orb-node/commit/4b80558f5a456eb5d0c9596a5f73cdfa031c8b99 ) )
16
+
3
17
## 2.10.0 (2024-05-23)
4
18
5
19
Full Changelog: [ v2.9.0...v2.10.0] ( https://github.com/orbcorp/orb-node/compare/v2.9.0...v2.10.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " orb-billing" ,
3
- "version" : " 2.10 .0" ,
3
+ "version" : " 2.11 .0" ,
4
4
"description" : " The official TypeScript library for the Orb API" ,
5
5
"author" : " Orb <team@withorb.com>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '2.10 .0' ; // x-release-please-version
1
+ export const VERSION = '2.11 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments