Skip to content

Commit ff8a556

Browse files
chore(main): release 4.0.0-beta (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d28348 commit ff8a556

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [4.0.0-beta](https://github.com/equinor/videx-3d/compare/v3.1.0-beta...v4.0.0-beta) (2025-10-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Allow passing an AbortSignal to the GeneratorRegistryProvider … ([#63](https://github.com/equinor/videx-3d/issues/63))
9+
10+
### Features
11+
12+
* Allow passing an AbortSignal to the GeneratorRegistryProvider … ([#63](https://github.com/equinor/videx-3d/issues/63)) ([6d28348](https://github.com/equinor/videx-3d/commit/6d28348ebde087d7eb649345404cae3b5f502f45))
13+
314
## [3.1.0-beta](https://github.com/equinor/videx-3d/compare/v3.0.3-beta...v3.1.0-beta) (2025-10-14)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videx-3d",
3-
"version": "3.1.0-beta",
3+
"version": "4.0.0-beta",
44
"private": false,
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)