Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.2...v4.1.0) (2022-01-03)

### Features

* add `setGuess(row, col, guess)` imperative ([5cf5110](5cf5110)), closes [#104](#104) [#104](#104)
  • Loading branch information
semantic-release-bot committed Jan 3, 2022
1 parent 67bbbbb commit 550e200
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.1.0](https://github.com/JaredReisinger/react-crossword/compare/v4.0.2...v4.1.0) (2022-01-03)


### Features

* add `setGuess(row, col, guess)` imperative ([5cf5110](https://github.com/JaredReisinger/react-crossword/commit/5cf51103e4530574631cc136a8cccb2a6a57992d)), closes [#104](https://github.com/JaredReisinger/react-crossword/issues/104) [#104](https://github.com/JaredReisinger/react-crossword/issues/104)

## [4.0.2](https://github.com/JaredReisinger/react-crossword/compare/v4.0.1...v4.0.2) (2022-01-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": "4.0.2",
"version": "4.1.0",
"description": "A flexible, responsive, and easy-to-use crossword component for React apps",
"author": {
"name": "JaredReisinger",
Expand Down

0 comments on commit 550e200

Please sign in to comment.