From 81ab74f90d7053b0413ec20229c59964f122b6bc Mon Sep 17 00:00:00 2001 From: Seiji Kohara Date: Fri, 21 Nov 2025 22:22:28 +0900 Subject: [PATCH 1/2] chore: bump version to 1.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cb8fe3..2a88f62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "json-tree-view-vue3", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "json-tree-view-vue3", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@playwright/test": "^1.56.1", diff --git a/package.json b/package.json index 19eef0e..840bf9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-tree-view-vue3", - "version": "1.0.2", + "version": "1.1.0", "description": "JSON tree rendering Vue3 component", "repository": { "type": "git", From e9801106453561cdfadf6e70017e36ce14a59a6c Mon Sep 17 00:00:00 2001 From: Seiji Kohara Date: Fri, 21 Nov 2025 23:00:39 +0900 Subject: [PATCH 2/2] chore: add MIT license file Add MIT license file to match the license declaration in package.json. The copyright year range reflects the project history from the initial commit in 2020. --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5e0f453 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-2025 Seiji Kohara + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.