Skip to content

Commit a4069ae

Browse files
chore(main): release iceberg-js 0.8.1 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82ed555 commit a4069ae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.1](https://github.com/supabase/iceberg-js/compare/iceberg-js-v0.8.0...iceberg-js-v0.8.1) (2025-11-28)
4+
5+
6+
### Bug Fixes
7+
8+
* align IcebergType with OpenAPI spec ([#24](https://github.com/supabase/iceberg-js/issues/24)) ([82ed555](https://github.com/supabase/iceberg-js/commit/82ed555f4d9fe2bb9e26736590c87bec3b0f19f0))
9+
310
## [0.8.0](https://github.com/supabase/iceberg-js/compare/iceberg-js-v0.7.0...iceberg-js-v0.8.0) (2025-11-25)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iceberg-js",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "A small, framework-agnostic JavaScript/TypeScript client for the Apache Iceberg REST Catalog",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)