Skip to content

Commit 0dec087

Browse files
committed
chore: update readme
1 parent f9bd591 commit 0dec087

File tree

6 files changed

+255
-226
lines changed

6 files changed

+255
-226
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,14 @@ See [`here`](https://github.com/tiavina-mika/mui-tiptap-editor/blob/main/src/dev
306306
<tr>
307307
<td>Versions</td>
308308
<td>Features</td>
309+
<tr>
310+
<tr>
311+
<th><a href="https://github.com/tiavina-mika/mui-tiptap-editor/pull/93">v0.11.0</a></th>
312+
<td>
313+
<ul>
314+
<li>Can use both inline code and code blocks.</li>
315+
</ul>
316+
</td>
309317
<tr>
310318
<tr>
311319
<th><a href="https://github.com/tiavina-mika/mui-tiptap-editor/pull/91">v0.10.0</a></th>

example/.yarn/install-state.gz

1.82 KB
Binary file not shown.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@emotion/styled": "^11.11.0",
1616
"@hookform/resolvers": "^3.3.4",
1717
"@mui/material": "^5.15.2",
18-
"mui-tiptap-editor": "^0.9.29",
18+
"mui-tiptap-editor": "^0.11.0",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"react-hook-form": "^7.49.2",

0 commit comments

Comments
 (0)