Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.2...v4.2.0) (2022-02-25)

### Features

* add props for across/down clue labels ([c41c64d](c41c64d)), closes [#132](#132)
* **storage:** add `storageKey` for custom lovalStorage key ([d3d9334](d3d9334)), closes [#142](#142)
  • Loading branch information
semantic-release-bot committed Feb 25, 2022
1 parent 99e7503 commit 1320a11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [4.2.0](https://github.com/JaredReisinger/react-crossword/compare/v4.1.2...v4.2.0) (2022-02-25)


### Features

* add props for across/down clue labels ([c41c64d](https://github.com/JaredReisinger/react-crossword/commit/c41c64d2b1dd124a78c63787133abc643edcad65)), closes [#132](https://github.com/JaredReisinger/react-crossword/issues/132)
* **storage:** add `storageKey` for custom lovalStorage key ([d3d9334](https://github.com/JaredReisinger/react-crossword/commit/d3d93343ce2d99df05d2400777d85f777ccd1a47)), closes [#142](https://github.com/JaredReisinger/react-crossword/issues/142)

## [4.1.2](https://github.com/JaredReisinger/react-crossword/compare/v4.1.1...v4.1.2) (2022-02-25)


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.1.2",
"version": "4.2.0",
"description": "A flexible, responsive, and easy-to-use crossword component for React apps",
"author": {
"name": "JaredReisinger",
Expand Down

0 comments on commit 1320a11

Please sign in to comment.