Skip to content

Commit

Permalink
release: ngx-editor v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jun 1, 2022
1 parent 679e2ef commit a4cb9f3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ All notable changes to this project will be documented in this file.
> - Documentation
> - Internal
## v13.0.0 (2022-05-14)

#### Features

- update `prosemirror-*` dependencies ([5bfb813](https://github.com/sibiraj-s/ngx-editor/commit/5bfb813))
- remove DefinitelyTyped `@types/prosemirror-*` dependencies ([5bfb813](https://github.com/sibiraj-s/ngx-editor/commit/5bfb813))
- update `@floating-ui/*` dependencies ([f9282d8](https://github.com/sibiraj-s/ngx-editor/commit/f9282d8))

#### Bug Fixes

- pin all external dependencies ([741cd69](https://github.com/sibiraj-s/ngx-editor/commit/741cd69))

#### Breaking Changes

No breaking changes. Released as major version due to the nature of dependency updates

## v12.4.1 (2022-05-14)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-editor",
"version": "12.4.1",
"version": "13.0.0",
"description": "Rich Text Editor for angular using ProseMirror",
"license": "MIT",
"repository": "https://github.com/sibiraj-s/ngx-editor.git",
Expand Down

0 comments on commit a4cb9f3

Please sign in to comment.