Skip to content

Commit 5ff233b

Browse files
committed
release: v2.2.1
1 parent b82b431 commit 5ff233b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.2.1] - 2022-02-02
9+
### Fixed:
10+
- Improved web safe search filter ([#33](https://github.com/Snazzah/duck-duck-scrape/issues/33))
811
## [2.2.0] - 2021-10-26
912
### Added:
1013
- [Thesaurus spice](https://duck-duck-scrape.js.org/modules.html#thesaurus)
@@ -44,7 +47,7 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra
4447
## [1.0.3] - 2018-04-07
4548
- Initial(-ish) release.
4649

47-
[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.0...HEAD
50+
[Unreleased]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.1...HEAD
4851
[1.0.3]: https://github.com/Snazzah/duck-duck-scrape/releases/tag/v1.0.3
4952
[2.0.0]: https://github.com/Snazzah/duck-duck-scrape/compare/v1.0.3...v2.0.0
5053
[2.0.1]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.0.0...v2.0.1
@@ -55,3 +58,4 @@ Complete rewrite of the package, read the [documentation](https://duck-duck-scra
5558
[2.1.4]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.3...v2.1.4
5659
[2.1.5]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.4...v2.1.5
5760
[2.2.0]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.1.5...v2.2.0
61+
[2.2.1]: https://github.com/Snazzah/duck-duck-scrape/compare/v2.2.0...v2.2.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2018-2021 suushii & Snazzah
4-
Copyright (c) 2021 Snazzah
4+
Copyright (c) 2021-present Snazzah
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

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.2.0",
3+
"version": "2.2.1",
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)