From 0092991313466c1b4a257532f5ec7358b0036a09 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Thu, 11 May 2023 16:54:13 -0500 Subject: [PATCH] release: v2.2.4 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e657d8..2eadfa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4] - 2023-05-11 +### Fixed: +- Updated VQD fetching ## [2.2.3] - 2023-02-14 ### Fixed: - Fixed build of last release @@ -53,7 +56,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.3...HEAD +[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.4...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 @@ -67,3 +70,4 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra [2.2.1]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.0...v2.2.1 [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 diff --git a/package.json b/package.json index ce13cf7..5756f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "duck-duck-scrape", - "version": "2.2.3", + "version": "2.2.4", "description": "Search from DuckDuckGo and use it's spice APIs.", "main": "./lib/index.js", "types": "./lib/index.d.ts",