Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [1.0.2](https://github.com/jadhaidar/normal-map-app/compare/normal-map-app-v1.0.1...normal-map-app-v1.0.2) (2026-01-07)


### Bug Fixes

* Increase contrast ratio between control__hint and sidebar for improved accessibility ([b9cd9ed](https://github.com/jadhaidar/normal-map-app/commit/b9cd9ed9eb1b90d78428ec8538351abd3224a168))
* update aria-controls attributes for accessibility improvements ([56546a8](https://github.com/jadhaidar/normal-map-app/commit/56546a8982650b93bdf770a11288cc38f0748596))

## [1.0.1](https://github.com/jadhaidar/normal-map-app/compare/normal-map-app-v1.0.0...normal-map-app-v1.0.1) (2026-01-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "normal-map-app",
"description": "Normal Map Generator - Create Normal Maps Online for Free!",
"author": "Jad Haidar",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://normalmap.app",
"repository": {
Expand Down