From c1ba4598eb61c0fb34d9c9de044565fe1d4be023 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Mon, 13 Sep 2021 07:57:35 -0500 Subject: [PATCH] release: v2.1.3 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e1b0a..d708f77 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.1.3] - 2021-09-13 +### Fixed: +- Search news and videos sanity checking ## [2.1.2] - 2021-08-08 ### Fixed: - License filter in searchImages is now being properly used @@ -29,10 +32,11 @@ 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.1.2...HEAD +[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.3...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 [2.1.0]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.0.0...v2.1.0 [2.1.1]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.0...v2.1.1 [2.1.2]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.0...v2.1.2 +[2.1.3]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.2...v2.1.3 diff --git a/package.json b/package.json index c96c57d..dbd2b79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "duck-duck-scrape", - "version": "2.1.2", + "version": "2.1.3", "description": "Search from DuckDuckGo and use it's spice APIs.", "main": "./lib/index.js", "types": "./lib/index.d.ts",