From 550e2007d227cb2cdc007c6c641f6e27150e2775 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jan 2022 22:47:43 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [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) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af4e43..8268a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3b68bc3..af105fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jaredreisinger/react-crossword", - "version": "4.0.2", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jaredreisinger/react-crossword", - "version": "4.0.2", + "version": "4.1.0", "license": "MIT", "dependencies": { "immer": "^9.0.7", diff --git a/package.json b/package.json index 1d508ae..9549fd6 100644 --- a/package.json +++ b/package.json @@ -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",