Skip to content

Commit

Permalink
Release svelte-tiptap v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 2, 2023
1 parent 572e37a commit a2c45ff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ All notable changes to this project will be documented in this file.
> - Documentation
> - Internal
## v1.o.0 (2023-07-02)

#### Breaking Changes

- requires svelte 4 ([09730bf](https://github.com/sibiraj-s/svelte-tiptap/commit/09730bf))
- requires tiptap v2 stable ([09730bf](https://github.com/sibiraj-s/svelte-tiptap/commit/09730bf))

#### Enhancements

- cleanup SvelteNodeViewRenderer implementation ([844d07a](https://github.com/sibiraj-s/svelte-tiptap/commit/844d07a))

#### Internal

- add npm package provenance ([4065bde](https://github.com/sibiraj-s/svelte-tiptap/commit/4065bde))

## v0.7.0 (2022-12-15)

#### Dependency Updates
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": "svelte-tiptap",
"description": "Svelte components for tiptap v2",
"version": "0.7.1",
"version": "1.0.0",
"author": "sibiraj-s",
"license": "MIT",
"repository": "https://github.com/sibiraj-s/svelte-tiptap.git",
Expand Down

0 comments on commit a2c45ff

Please sign in to comment.