diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fef229..c85b2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.1.2](https://github.com/JaredReisinger/react-crossword/compare/v4.1.1...v4.1.2) (2022-02-25) + + +### Bug Fixes + +* **dependencies:** npm audit fix ([ccadd2e](https://github.com/JaredReisinger/react-crossword/commit/ccadd2e1bfdfdc2f3ea9685ec29507fe4c7bf0cc)) +* **dependencies:** update all dependencies ([1bb4f16](https://github.com/JaredReisinger/react-crossword/commit/1bb4f1686977af68509c2f66a243c26e6ea7ec9f)) + ## [4.1.1](https://github.com/JaredReisinger/react-crossword/compare/v4.1.0...v4.1.1) (2022-01-04) diff --git a/package-lock.json b/package-lock.json index bb55700..0fe8131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jaredreisinger/react-crossword", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jaredreisinger/react-crossword", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "immer": "^9.0.12", diff --git a/package.json b/package.json index 3bae763..1f438cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jaredreisinger/react-crossword", "homepage": "https://react-crossword.jaredreisinger.com", - "version": "4.1.1", + "version": "4.1.2", "description": "A flexible, responsive, and easy-to-use crossword component for React apps", "author": { "name": "JaredReisinger",