Skip to content

Commit df44a1d

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.2...v1.1.0) (2026-01-29) ### Bug Fixes * **buffer:** destroying readback buffer issue ([496b84e](496b84e)) ### Features * **projection:** add projection logic ([cfc6843](cfc6843)) * **projection:** modify FisheyeOptions type ([1218b28](1218b28))
1 parent 5b42a78 commit df44a1d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/GyeongHoKim/fisheye.js/compare/v1.0.2...v1.1.0) (2026-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **buffer:** destroying readback buffer issue ([496b84e](https://github.com/GyeongHoKim/fisheye.js/commit/496b84e9acf0eb7f05d101f4e745dbf033976e62))
7+
8+
9+
### Features
10+
11+
* **projection:** add projection logic ([cfc6843](https://github.com/GyeongHoKim/fisheye.js/commit/cfc6843fefedef589838fd2865cdd9d5c27ee50a))
12+
* **projection:** modify FisheyeOptions type ([1218b28](https://github.com/GyeongHoKim/fisheye.js/commit/1218b28f6951e828aaa4aab7dce305b8aaf3eed7))
13+
114
## [1.0.2](https://github.com/GyeongHoKim/fisheye.js/compare/v1.0.1...v1.0.2) (2026-01-29)
215

316

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.2",
4+
"version": "1.1.0",
55
"description": "Modern fisheye dewarping library for the web using WebGPU",
66
"type": "module",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)