Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.5.0](https://github.com/supabase/iceberg-js/compare/iceberg-js-v0.4.0...iceberg-js-v0.5.0) (2025-11-21)


### Features

* accessDelegation and codeowners ([94c65c5](https://github.com/supabase/iceberg-js/commit/94c65c503949f67d03fb7d5fe1cafd90d2196fcd))
* release ([#4](https://github.com/supabase/iceberg-js/issues/4)) ([8b0dfbc](https://github.com/supabase/iceberg-js/commit/8b0dfbc711e4db4a4c311ec5f3c4532bd808d1e3))


### Bug Fixes

* manual release workflow ([#6](https://github.com/supabase/iceberg-js/issues/6)) ([f00cea5](https://github.com/supabase/iceberg-js/commit/f00cea517fc7a57f54f868f429554c3480792ba0))
* update prefix to include version before catalog name ([#8](https://github.com/supabase/iceberg-js/issues/8)) ([db4f2ca](https://github.com/supabase/iceberg-js/commit/db4f2ca6e99469108592d66ea4a9abcc14b8bbad))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iceberg-js",
"version": "0.4.0",
"version": "0.5.0",
"description": "A small, framework-agnostic JavaScript/TypeScript client for the Apache Iceberg REST Catalog",
"type": "module",
"main": "./dist/index.cjs",
Expand Down