From 74de2f54a093b3da7864159a064a7fb761595d1f Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:26:20 +0800 Subject: [PATCH] release: v0.17.3 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 55ce273..ed65cb9 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@cloydlau/json-editor-vue", - "version": "0.17.2", + "version": "0.17.3", "exports": "./dist/json-editor-vue.mjs", "publish": { "include": [ diff --git a/package.json b/package.json index 9731a10..4506bb9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "json-editor-vue", "PascalCasedName": "JsonEditorVue", "type": "commonjs", - "version": "0.17.2", + "version": "0.17.3", "private": false, "description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.", "author": {