diff --git a/CHANGELOG.md b/CHANGELOG.md index d708f77..353a5f7 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.4] - 2021-09-15 +### Fixed: +- Fixed typings for forecast spice API ## [2.1.3] - 2021-09-13 ### Fixed: - Search news and videos sanity checking @@ -32,7 +35,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.1.3...HEAD +[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.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 @@ -40,3 +43,4 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra [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 +[2.1.4]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.3...v2.1.4 diff --git a/package.json b/package.json index 5c25cb9..6de8f14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "duck-duck-scrape", - "version": "2.1.3", + "version": "2.1.4", "description": "Search from DuckDuckGo and use it's spice APIs.", "main": "./lib/index.js", "types": "./lib/index.d.ts",