Skip to content

Commit

Permalink
chore(main): release 0.1.14 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 13, 2023
1 parent 9caebf3 commit a9e5be4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.1.14](https://github.com/dwmkerr/crosswords-js/compare/v0.1.13...v0.1.14) (2023-03-13)


### Bug Fixes

* Backspace and Delete key handling ([#31](https://github.com/dwmkerr/crosswords-js/issues/31)) ([1ccd96e](https://github.com/dwmkerr/crosswords-js/commit/1ccd96e50d60cf74a8537d10baba4420321c77d7))

## [0.1.13](https://github.com/dwmkerr/crosswords-js/compare/v0.1.12...v0.1.13) (2023-02-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "crosswords-js",
"version": "0.1.13",
"version": "0.1.14",
"description": "Tiny, lightweight crosswords for HTML5/JS/CSS.",
"main": "src/index.js",
"devDependencies": {
Expand Down

0 comments on commit a9e5be4

Please sign in to comment.