Skip to content

Commit

Permalink
feat: Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Nov 24, 2024
1 parent 44b0297 commit 9306fb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.3

- Fixed the etymology section not returning results if the heading had any dots in its number. (e.g. 'Etymology 1.2' instead of 'Etymology 1')
- Fixed unencoded URIs.

# 0.0.2-patch.1

- Fixed the etymology section being broken after the structure of Wiktionary's HTML changed.
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.2-patch.1",
"version": "0.0.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 9306fb7

Please sign in to comment.