From 66969a6d5959e36610cf52f6635b0f3b1ed1f231 Mon Sep 17 00:00:00 2001 From: pipopotamasu Date: Tue, 11 Feb 2025 10:06:11 -0500 Subject: [PATCH 1/2] docs(package.json): update package.json to fix the version and add a contributor --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19f69a5..1cef927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullscript/fullscript-js", - "version": "0.0.0", + "version": "2.1.0", "description": "Embeddable fullscript components", "repository": "https://github.com/Fullscript/fullscript-js.git", "contributors": [ @@ -11,7 +11,8 @@ "Alfred Pararajasingam ", "Theodore ", "Jose Jr De La Paz ", - "Aamir Dohadwala " + "Aamir Dohadwala ", + "Yamato Murakami " ], "license": "MIT", "main": "dist/index.js", From 218ec8ab6444e2364b3d1a94f387c508f5ca2618 Mon Sep 17 00:00:00 2001 From: pipopotamasu Date: Tue, 11 Feb 2025 12:14:20 -0500 Subject: [PATCH 2/2] docs: keep the version number 0.0.0 in package.json to ensure that auto change log works --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cef927..f7cf7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullscript/fullscript-js", - "version": "2.1.0", + "version": "0.0.0", "description": "Embeddable fullscript components", "repository": "https://github.com/Fullscript/fullscript-js.git", "contributors": [