Skip to content

Commit

Permalink
Prepare release v0.3.13 (#218)
Browse files Browse the repository at this point in the history
* Prepare release v0.3.13

Co-authored-by: Mario Alejandro Rodríguez <MarioRodriguezS@users.noreply.github.com>

* Fix package-lock.json file

---------

Co-authored-by: Mario Alejandro Rodríguez <MarioRodriguezS@users.noreply.github.com>
  • Loading branch information
EdwinGuayacan and MarioRodriguezS committed Oct 19, 2023
1 parent bb6803a commit 93d791a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.13 (19.10.2023)

* [Fix bugs in tab shortcut and in drag-and-drop behavior](https://github.com/kommitters/editorjs-toggle-block/issues/203).
* [Fix the enter shortcut to add new items in the toggle block](https://github.com/kommitters/editorjs-toggle-block/pull/217).

## 0.3.12 (14.09.2023)

* Fix typos in code.
Expand Down
44 changes: 18 additions & 26 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,6 +1,6 @@
{
"name": "editorjs-toggle-block",
"version": "0.3.12",
"version": "0.3.13",
"description": "Toggle block tool for Editor.js",
"main": "./dist/bundle.js",
"scripts": {
Expand Down

0 comments on commit 93d791a

Please sign in to comment.