Skip to content

Commit

Permalink
release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Oct 26, 2021
1 parent 4280148 commit 705d10f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.0] - 2021-10-26
### Added:
- [Thesaurus spice](https://duck-duck-scrape.js.org/modules.html#thesaurus)
- [Emojipedia spice](https://duck-duck-scrape.js.org/modules.html#emojipedia)
- [Statista spice](https://duck-duck-scrape.js.org/modules.html#statista)
- [ExpandUrl spice](https://duck-duck-scrape.js.org/modules.html#expandUrl)
## [2.1.5] - 2021-09-29
### Fixed:
- Fixed `searchImages` to use ensureJSON
Expand Down Expand Up @@ -38,7 +44,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.5...HEAD
[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.0...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 @@ -48,3 +54,4 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra
[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
[2.1.5]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.4...v2.1.5
[2.2.0]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.5...v2.2.0
2 changes: 1 addition & 1 deletion docs/theme/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<a href="{{relativeURL "modules.html#emojipedia"}}" class="tsd-kind-icon">emojipedia</a>
</li>
<li class=" tsd-kind-function">
<a href="{{relativeURL "modules.html#expandUrl"}}" class="tsd-kind-icon">expandUrl</a>
<a href="{{relativeURL "modules.html#expandUrl"}}" class="tsd-kind-icon">expand<wbr>Url</a>
</li>
<li class=" tsd-kind-function">
<a href="{{relativeURL "modules.html#forecast"}}" class="tsd-kind-icon">forecast</a>
Expand Down
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.1.5",
"version": "2.2.0",
"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 705d10f

Please sign in to comment.