From ff108c3c8ff4713866a0e99b288e0ff825d318f1 Mon Sep 17 00:00:00 2001 From: vxern Date: Mon, 18 Sep 2023 11:04:39 +0100 Subject: [PATCH] fix: Package having been published without re-compilation via `tsc`. --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471b645..c5ad1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.0.1-patch.3 + +- Fix package having been published without re-compilation via `tsc`. + # 0.0.1-patch.2 - Fix oversight involving the parser only parsing 1 part of speech per etymology. diff --git a/package.json b/package.json index d53925b..9d61de5 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-patch.2", + "version": "0.0.1-patch.3", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module",