From 0a8b7a499428c366dfed24f2a8944896094a9c7e Mon Sep 17 00:00:00 2001 From: Lupo Montero Date: Tue, 11 Jun 2024 18:36:33 +0200 Subject: [PATCH] chore(release): Bump to 6.0.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36e1eb7..6536c43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@laboratoria/curriculum-parser", - "version": "6.0.0-alpha.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@laboratoria/curriculum-parser", - "version": "6.0.0-alpha.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "commander": "^12.1.0", diff --git a/package.json b/package.json index 15dbdfa..a51c657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@laboratoria/curriculum-parser", - "version": "6.0.0-alpha.0", + "version": "6.0.0", "description": "Command line tool used to parse projects, topics, exercises, etc, written in markdown @Laboratoria", "license": "MIT", "type": "module", @@ -35,4 +35,4 @@ "nock": "^13.5.4", "vitest": "^1.6.0" } -} \ No newline at end of file +}