Skip to content

Commit 4ea762a

Browse files
committed
chore(release): 0.18.2
1 parent 375a37f commit 4ea762a

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+
### [0.18.2](https://github.com/josdejong/svelte-jsoneditor/compare/v0.18.1...v0.18.2) (2023-08-25)
6+
7+
8+
### Bug Fixes
9+
10+
* [#304](https://github.com/josdejong/svelte-jsoneditor/issues/304) `ReadonlyValue.svelte` wrongly importing two moved types ([ed8b058](https://github.com/josdejong/svelte-jsoneditor/commit/ed8b05890fd149000ab67dc476cb5ceda59e7b7a))
11+
512
### [0.18.1](https://github.com/josdejong/svelte-jsoneditor/compare/v0.18.0...v0.18.1) (2023-08-25)
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": "0.18.1",
4+
"version": "0.18.2",
55
"homepage": "https://github.com/josdejong/svelte-jsoneditor",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)