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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ release steps in [CONTRIBUTING.md](CONTRIBUTING.md).

## [Unreleased]

## [0.3.0] - 2026-09-06

### Added

- TypeScript declarations, shipped with the package as `src/index.d.ts` and
Expand Down Expand Up @@ -111,7 +113,8 @@ release steps in [CONTRIBUTING.md](CONTRIBUTING.md).
- Adopted Biome for linting and formatting, and Prettier for everything Biome
does not cover, both enforced in CI.

[unreleased]: https://github.com/killerwolf/visual-image-tool/compare/0.2.6...HEAD
[unreleased]: https://github.com/killerwolf/visual-image-tool/compare/0.3.0...HEAD
[0.3.0]: https://github.com/killerwolf/visual-image-tool/compare/0.2.6...0.3.0
[0.2.6]: https://github.com/killerwolf/visual-image-tool/compare/0.2.5...0.2.6
[0.2.5]: https://github.com/killerwolf/visual-image-tool/compare/0.2.4...0.2.5
[0.2.4]: https://github.com/killerwolf/visual-image-tool/compare/0.2.3...0.2.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@h4md1/visual-image-tool",
"version": "0.2.6",
"version": "0.3.0",
"description": "Zero-dependency vanilla JS tool to pick focal points and crop zones on images.",
"main": "dist/visual-image-tool.cjs",
"module": "dist/visual-image-tool.esm.js",
Expand Down