From 71effe979af6215c1e26d3510b711df865e76f9a Mon Sep 17 00:00:00 2001 From: unkn0wn Date: Wed, 24 Jun 2026 07:59:21 +0200 Subject: [PATCH] chore: update version to 1.2.0 and fix license field in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 93146d1..3b95bf8 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "@unkn0wndo3s/nova-design-system", "type": "module", - "version": "1.1.1", + "version": "1.2.0", "description": "Nova Design System — Astro component library", - "license": "SEE LICENSE IN LICENSE.md", + "license": "LICENSE.md", "author": "Unkn0wn", "main": "./src/index.ts", "repository": { "type": "git", - "url": "git+https://git.novaprojects.dev/unkn0wn/nova-design-system.git" + "url": "https://git.novaprojects.dev/unkn0wn/nova-design-system.git" }, "bugs": { "url": "https://git.novaprojects.dev/unkn0wn/nova-design-system/issues"