Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozio13pl committed Jun 20, 2024
1 parent 9beeda9 commit bd81653
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.1](/~https://github.com/mrozio13pl/sudoku-in-terminal/compare/v1.1.0...v1.1.1) (2024-06-20)


### 🐞 Bug Fixes

* clear marked cells on clear ([b94f14f](/~https://github.com/mrozio13pl/sudoku-in-terminal/commit/b94f14fd718c25b25d71f9a328b1e6eec6e14b5d))
* default theme's selected color ([ceb9d00](/~https://github.com/mrozio13pl/sudoku-in-terminal/commit/ceb9d002aa62132d1fbcf03f8585ad4f376f66fb))
* don't save automatically solved puzzles to replays ([368a146](/~https://github.com/mrozio13pl/sudoku-in-terminal/commit/368a1465b17e17b8ebbaacf0ea6e9afdd5143890))
* hide final time while playing ([6c8d868](/~https://github.com/mrozio13pl/sudoku-in-terminal/commit/6c8d868647dd325406895ce221cf56dd5b6a322a))

## [1.1.0](/~https://github.com/mrozio13pl/sudoku-in-terminal/compare/v1.0.0...v1.1.0) (2024-06-16)


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": "sudoku-in-terminal",
"version": "1.1.0",
"version": "1.1.1",
"description": "Sudoku game in terminal.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit bd81653

Please sign in to comment.