Skip to content

Commit 97877f0

Browse files
committed
release: v2.1.4
1 parent c983b30 commit 97877f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.1.4] - 2021-09-15
9+
### Fixed:
10+
- Fixed typings for forecast spice API
811
## [2.1.3] - 2021-09-13
912
### Fixed:
1013
- Search news and videos sanity checking
@@ -32,11 +35,12 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra
3235
## [1.0.3] - 2018-04-07
3336
- Initial(-ish) release.
3437

35-
[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.3...HEAD
38+
[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.4...HEAD
3639
[1.0.3]: https://github.com/Snazzah/duck-duck-scrape/releases/tag/v1.0.3
3740
[2.0.0]: https://github.com/Snazzah/duck-duck-scrape/compare/v1.0.3...v2.0.0
3841
[2.0.1]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.0.0...v2.0.1
3942
[2.1.0]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.0.0...v2.1.0
4043
[2.1.1]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.0...v2.1.1
4144
[2.1.2]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.0...v2.1.2
4245
[2.1.3]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.2...v2.1.3
46+
[2.1.4]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.3...v2.1.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duck-duck-scrape",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Search from DuckDuckGo and use it's spice APIs.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)