Skip to content

Commit 54f69ec

Browse files
release: 0.10.2
1 parent 5f7cbfa commit 54f69ec

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.1"
2+
".": "0.10.2"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.10.2 (2024-12-21)
4+
5+
Full Changelog: [v0.10.1...v0.10.2](https://github.com/openlayer-ai/openlayer-ts/compare/v0.10.1...v0.10.2)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([#97](https://github.com/openlayer-ai/openlayer-ts/issues/97)) ([6ff949f](https://github.com/openlayer-ai/openlayer-ts/commit/6ff949f3a13376f97f1449669e608594917bfeff))
10+
* **internal:** codegen related update ([#99](https://github.com/openlayer-ai/openlayer-ts/issues/99)) ([12ce253](https://github.com/openlayer-ai/openlayer-ts/commit/12ce253819091fbba1ea860cca7b75ada7ae0711))
11+
12+
13+
### Documentation
14+
15+
* minor formatting changes ([#100](https://github.com/openlayer-ai/openlayer-ts/issues/100)) ([44b41e7](https://github.com/openlayer-ai/openlayer-ts/commit/44b41e7f7e7bd292dacd7a35090c2d5b5c7119a1))
16+
317
## 0.10.1 (2024-12-20)
418

519
Full Changelog: [v0.10.0...v0.10.1](https://github.com/openlayer-ai/openlayer-ts/compare/v0.10.0...v0.10.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlayer",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "The official TypeScript library for the Openlayer API",
55
"author": "Openlayer <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.10.1'; // x-release-please-version
1+
export const VERSION = '0.10.2'; // x-release-please-version

0 commit comments

Comments
 (0)