Skip to content

Commit

Permalink
chore(main): release 13.3.0 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Jul 15, 2024
1 parent 4996b12 commit e2b7b4e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [13.3.0](https://github.com/gravity-ui/markdown-editor/compare/v13.2.0...v13.3.0) (2024-07-15)


### Features

* **bundle:** prevent loss of focus after pressing tab or shift+tab ([#287](https://github.com/gravity-ui/markdown-editor/issues/287)) ([63feec2](https://github.com/gravity-ui/markdown-editor/commit/63feec2ffbe46d540f9003698be887511f84f725))
* pass extra codemirror extensions ([#289](https://github.com/gravity-ui/markdown-editor/issues/289)) ([4996b12](https://github.com/gravity-ui/markdown-editor/commit/4996b122da55a9505af591353d33484af30b66d9))


### Bug Fixes

* **markup:** insert tab when selection is empty ([#286](https://github.com/gravity-ui/markdown-editor/issues/286)) ([cba9f28](https://github.com/gravity-ui/markdown-editor/commit/cba9f286ba7def9211a3038b263c6c7c779541d3))

## [13.2.0](https://github.com/gravity-ui/markdown-editor/compare/v13.1.2...v13.2.0) (2024-07-10)


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,6 +1,6 @@
{
"name": "@gravity-ui/markdown-editor",
"version": "13.2.0",
"version": "13.3.0",
"description": "Markdown wysiwyg and markup editor",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e2b7b4e

Please sign in to comment.