From 9ed9de32a2233a3c676ccabfa65e04ec8a04b52e Mon Sep 17 00:00:00 2001 From: vxern Date: Sun, 17 Sep 2023 22:54:46 +0100 Subject: [PATCH] chore: Change version to be compatible with Node's semver. --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3920311..038f40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.0.1+1 +# 0.0.1-patch.1 - Switch from Rome to Biome, following the package having been renamed. diff --git a/package.json b/package.json index af5764f..caea161 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wiktionary-scraper", "description": "A lightweight scraper to fetch information about words in various languages from Wiktionary.", "license": "MIT", - "version": "0.0.1+1", + "version": "0.0.1-patch.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module",