Skip to content

Commit 2331f76

Browse files
Version Packages
1 parent 5c99dfe commit 2331f76

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/five-points-brake.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/streamdown/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# streamdown
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- 5d438ca: Add support for copying table data as Markdown in TableCopyDropdown.
8+
Introduces a Markdown copy option alongside existing formats.
9+
Allows users to quickly copy tables in valid Markdown format.
10+
311
## 2.2.0
412

513
### Minor Changes

packages/streamdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamdown",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)