# [1.1.0](https://github.com/Ore00/sudoku-solver/compare/v1.0.1...v1.1.0) (2025-08-25)


### Features

* amplify backend added ([eeea06c](https://github.com/Ore00/sudoku-solver/commit/eeea06cb2112ef2c2ab881ee1535ec9b2bbbec9c))

## [1.0.1](https://github.com/Ore00/sudoku-solver/compare/v1.0.0...v1.0.1) (2025-08-25)


### Bug Fixes

* remove npm debugging from pipeline ([3046e4f](https://github.com/Ore00/sudoku-solver/commit/3046e4f2bd9aa15fddc69f7cd9eee42166542e50))
* trigger release [skip ci] ([9b9655a](https://github.com/Ore00/sudoku-solver/commit/9b9655a01d0e2762809db45f24e0aec6da8efac5))

# 1.0.0 (2025-08-24)


### Bug Fixes

* fix typo ([#24](https://github.com/Ore00/sudoku-solver/issues/24)) ([a8bb344](https://github.com/Ore00/sudoku-solver/commit/a8bb344e4b2e68379f1c166dbebf1a26beb8c286))
* puzzle strings and typo in index.html ([#1](https://github.com/Ore00/sudoku-solver/issues/1)) ([4b530a5](https://github.com/Ore00/sudoku-solver/commit/4b530a5dc6afcdf0f122e40759e64a917146ef5a))
* remove .replit file ([#26](https://github.com/Ore00/sudoku-solver/issues/26)) ([61f74be](https://github.com/Ore00/sudoku-solver/commit/61f74be1c6e94b244a983a133596ced9c5786382))
* replit issues ([#25](https://github.com/Ore00/sudoku-solver/issues/25)) ([d43a6b7](https://github.com/Ore00/sudoku-solver/commit/d43a6b70843881baae2345881d7d21b562d2e0c1))
* sample.env formatting ([#2](https://github.com/Ore00/sudoku-solver/issues/2)) ([1d0f755](https://github.com/Ore00/sudoku-solver/commit/1d0f7551e8c2276802511307f47003cfa95c1d34))
* test timeout issue ([#7](https://github.com/Ore00/sudoku-solver/issues/7)) ([4f3dd32](https://github.com/Ore00/sudoku-solver/commit/4f3dd320107aa2dd33ea2af82ae4c00ef632989f))
* variable name ([6b37dc4](https://github.com/Ore00/sudoku-solver/commit/6b37dc4b9d8337cc7e69ebb0b1a5ee0b520a852f))


### Features

* add .env file ([#3](https://github.com/Ore00/sudoku-solver/issues/3)) ([4c11e41](https://github.com/Ore00/sudoku-solver/commit/4c11e41ec8dd6625b3d00ecd685132116ab4d899))
* add route for api health, updated views, assets, readme ([ba7be6d](https://github.com/Ore00/sudoku-solver/commit/ba7be6d7b348f5e0758d916e1a35654a69bd26a6))
* Hover over cells to see the row/col ([#11](https://github.com/Ore00/sudoku-solver/issues/11)) ([70279ec](https://github.com/Ore00/sudoku-solver/commit/70279ec2bf82e4100ac32379f8cfaeebf8a90c0f))
