Skip to content

Commit 9f745dd

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2026-01-28) ### Bug Fixes * **fov:** applied fov ([593a07a](593a07a)) * **typegpu:** fix shader layout and reference usage in dewarp compute ([ba93ecb](ba93ecb))
1 parent 803df1b commit 9f745dd

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/GyeongHoKim/fisheye.js/compare/v1.0.0...v1.0.1) (2026-01-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **fov:** applied fov ([593a07a](https://github.com/GyeongHoKim/fisheye.js/commit/593a07a08a9ec0cbb698dab98c1108e82d34e47a))
7+
* **typegpu:** fix shader layout and reference usage in dewarp compute ([ba93ecb](https://github.com/GyeongHoKim/fisheye.js/commit/ba93ecb2fc217bdca4bbae903a4979d8f88b794f))
8+
19
# 1.0.0 (2026-01-28)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gyeonghokim/fisheye.js",
33
"private": false,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Modern fisheye dewarping library for the web using WebGPU",
66
"type": "module",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)