Skip to content

Commit

Permalink
release: v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Dec 4, 2023
1 parent 8612128 commit f3d14f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.2.5] - 2023-12-04
### Fixed:
- Added request anomaly detection ([#135](https://github.com/Snazzah/duck-duck-scrape/issues/135))
## [2.2.4] - 2023-05-11
### Fixed:
- Updated VQD fetching
Expand Down Expand Up @@ -56,7 +59,7 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra
## [1.0.3] - 2018-04-07
- Initial(-ish) release.

[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.4...HEAD
[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.5...HEAD
[1.0.3]: https://github.com/Snazzah/duck-duck-scrape/releases/tag/v1.0.3
[2.0.0]: https://github.com/Snazzah/duck-duck-scrape/compare/v1.0.3...v2.0.0
[2.0.1]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.0.0...v2.0.1
Expand All @@ -71,3 +74,4 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra
[2.2.2]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.0...v2.2.2
[2.2.3]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.2...v2.2.3
[2.2.4]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.3...v2.2.4
[2.2.5]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.4...v2.2.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duck-duck-scrape",
"version": "2.2.4",
"version": "2.2.5",
"description": "Search from DuckDuckGo and use it's spice APIs.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit f3d14f2

Please sign in to comment.