Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Nov 11, 2023
1 parent c92e07a commit 98303ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.0.0
Switch to new Yandex Speller API.
Removed unsupported API options:
- IGNORE_UPPERCASE
- IGNORE_LATIN
- NO_SUGGEST
- FLAG_LATIN
- BY_WORDS
- IGNORE_ROMAN_NUMERALS

## 5.0.0
- Drop support Node.js < 16.
- Fix timeout event.
Expand All @@ -17,13 +27,12 @@ Removed unsupported API options:
- IGNORE_UPPERCASE
- IGNORE_DIGITS
- FIND_REPEAT_WORDS
- IGNORE_LATIN:
- IGNORE_LATIN
- NO_SUGGEST
- FLAG_LATIN
- BY_WORDS
- IGNORE_CAPITALIZATION
- IGNORE_ROMAN_NUMERALS
- IGNORE_CAPITALIZATION

## 2.1.0
Repeating server request in case of internet connection issues #1 @Avetome
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "yandex-speller",
"main": "./lib/yandex-speller.js",
"description": "Yandex Speller API for Node.js",
"version": "5.0.0",
"version": "6.0.0",
"license": "MIT",
"homepage": "https://github.com/hcodes/yandex-speller",
"repository": {
Expand All @@ -30,10 +30,10 @@
],
"devDependencies": {
"chai": "^4.3.10",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^17.0.0"
"sinon": "^17.0.1"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 98303ec

Please sign in to comment.