From 1a0d03781a4732b469bcced62adc53d4a657175e Mon Sep 17 00:00:00 2001 From: kieranwv Date: Mon, 13 Jan 2025 11:29:35 +0800 Subject: [PATCH] chore: release v1.2.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 8368cb2..60a08a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-theme-vitesse", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-theme-vitesse", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@astrojs/mdx": "^4.0.5", diff --git a/package.json b/package.json index 780f620..4bced03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-theme-vitesse", "type": "module", - "version": "1.1.0", + "version": "1.2.0", "description": "A minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and UnoCSS.", "author": "Kieran Wong (https://github.com/kieranwv/)", "license": "MIT",