Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Feb 8, 2021
1 parent f123cfa commit 355c73d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v3.1.1](https://github.com/Phara0h/Fasquest/compare/v3.1.0...v3.1.1)

> 8 February 2021
- Fixed bug with urls with `:` in their path [`f123cfa`](https://github.com/Phara0h/Fasquest/commit/f123cfaa0e359f8848d005fce0c1324024f95374)

#### [v3.1.0](https://github.com/Phara0h/Fasquest/compare/v3.0.2...v3.1.0)

> 8 February 2021
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ await Fasquest.request(options);

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v3.1.1](https://github.com/Phara0h/Fasquest/compare/v3.1.0...v3.1.1)

> 8 February 2021
- Fixed bug with urls with `:` in their path [`f123cfa`](https://github.com/Phara0h/Fasquest/commit/f123cfaa0e359f8848d005fce0c1324024f95374)

#### [v3.1.0](https://github.com/Phara0h/Fasquest/compare/v3.0.2...v3.1.0)

> 8 February 2021
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": "fasquest",
"version": "3.1.0",
"version": "3.1.1",
"description": "A fast node request model, works very similar to `request` module but way faster and no dependencies.",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit 355c73d

Please sign in to comment.