Skip to content

Commit 221179d

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2026-01-30) ### Bug Fixes * bilinear interpolation ([570ccee](570ccee))
1 parent 04db837 commit 221179d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/GyeongHoKim/fisheye.js/compare/v1.1.0...v1.1.1) (2026-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* bilinear interpolation ([570ccee](https://github.com/GyeongHoKim/fisheye.js/commit/570ccee7d3836235002dc5ca32e1f00389db7b97))
7+
18
# [1.1.0](https://github.com/GyeongHoKim/fisheye.js/compare/v1.0.2...v1.1.0) (2026-01-29)
29

310

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.1.0",
4+
"version": "1.1.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)