Skip to content

Commit 2eb88f2

Browse files
committed
chore(release): 2.4.0
1 parent 3cc8b22 commit 2eb88f2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.4.0](https://github.com/josdejong/svelte-jsoneditor/compare/v2.3.3...v2.4.0) (2025-02-13)
6+
7+
8+
### Features
9+
10+
* enable pasting via the context menu in `tree` and `table` mode ([6c12e3b](https://github.com/josdejong/svelte-jsoneditor/commit/6c12e3beee568bf7091c1d31e024f68a17a078d6))
11+
512
### [2.3.3](https://github.com/josdejong/svelte-jsoneditor/compare/v2.3.2...v2.3.3) (2024-12-11)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-jsoneditor",
33
"description": "A web-based tool to view, edit, format, transform, and validate JSON",
4-
"version": "2.3.3",
4+
"version": "2.4.0",
55
"homepage": "https://github.com/josdejong/svelte-jsoneditor",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)