Skip to content

Commit

Permalink
fix: Package having been published without re-compilation via tsc.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Sep 18, 2023
1 parent 470d243 commit ff108c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff108c3

Please sign in to comment.