File tree 4 files changed +22
-3
lines changed
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.11 .0"
2
+ "." : " 0.12 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.12.0 (2025-03-14)
4
+
5
+ Full Changelog: [ v0.11.0...v0.12.0] ( https://github.com/openlayer-ai/openlayer-ts/compare/v0.11.0...v0.12.0 )
6
+
7
+ ### Features
8
+
9
+ * ** client:** accept RFC6838 JSON content types ([ #108 ] ( https://github.com/openlayer-ai/openlayer-ts/issues/108 ) ) ([ f7acf0d] ( https://github.com/openlayer-ai/openlayer-ts/commit/f7acf0d19bf08c2ea2286461b99511535ba49b3a ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** exports:** ensure resource imports don't require /index ([ #110 ] ( https://github.com/openlayer-ai/openlayer-ts/issues/110 ) ) ([ 2c80460] ( https://github.com/openlayer-ai/openlayer-ts/commit/2c804607bc5135c0b5170c6d98e4439b429a6e43 ) )
15
+
16
+
17
+ ### Chores
18
+
19
+ * ** internal:** codegen related update ([ #106 ] ( https://github.com/openlayer-ai/openlayer-ts/issues/106 ) ) ([ 7089dd9] ( https://github.com/openlayer-ai/openlayer-ts/commit/7089dd97d1a74d6e2d67e360b7b2db2799aaf98f ) )
20
+ * ** internal:** remove extra empty newlines ([ #109 ] ( https://github.com/openlayer-ai/openlayer-ts/issues/109 ) ) ([ bd6512c] ( https://github.com/openlayer-ai/openlayer-ts/commit/bd6512c00ee8d1cf2c623ad1de26f56a6c158629 ) )
21
+
3
22
## 0.11.0 (2025-03-13)
4
23
5
24
Full Changelog: [ v0.10.3...v0.11.0] ( https://github.com/openlayer-ai/openlayer-ts/compare/v0.10.3...v0.11.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openlayer" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " The official TypeScript library for the Openlayer API" ,
5
5
"author" : " Openlayer <support@openlayer.com>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.11 .0' ; // x-release-please-version
1
+ export const VERSION = '0.12 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments