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",