Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.0...v5.1.0) (2022-12-13)

### Bug Fixes

* check answer correctness when loading/reloading guesses ([40b9cd5](40b9cd5)), closes [#271](#271)

### Features

* allow non-square rendering ([74a608e](74a608e)), closes [#17](#17)
  • Loading branch information
semantic-release-bot committed Dec 13, 2022
1 parent 4aa6dee commit 7a8e4b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.1.0](https://github.com/JaredReisinger/react-crossword/compare/v5.0.0...v5.1.0) (2022-12-13)


### Bug Fixes

* check answer correctness when loading/reloading guesses ([40b9cd5](https://github.com/JaredReisinger/react-crossword/commit/40b9cd5b206c4524b3cad32229f1cb9d31ab7d4e)), closes [#271](https://github.com/JaredReisinger/react-crossword/issues/271)


### Features

* allow non-square rendering ([74a608e](https://github.com/JaredReisinger/react-crossword/commit/74a608e877f5643da1ca12ad9c0803d17b748f38)), closes [#17](https://github.com/JaredReisinger/react-crossword/issues/17)

# [5.0.0](https://github.com/JaredReisinger/react-crossword/compare/v4.3.2...v5.0.0) (2022-12-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jaredreisinger/react-crossword",
"homepage": "https://react-crossword.jaredreisinger.com",
"version": "5.0.0",
"version": "5.1.0",
"description": "A flexible, responsive, and easy-to-use crossword component for React apps",
"author": {
"name": "JaredReisinger",
Expand Down

0 comments on commit 7a8e4b7

Please sign in to comment.