Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exah committed Nov 14, 2022
1 parent 01a3626 commit 932eef3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ All notable changes to this project will be documented in this file.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v2.0.1](https://github.com/exah/ya-fetch/compare/v2.0.0...v2.0.1)
## [v2.1.0](https://github.com/exah/ya-fetch/compare/v2.0.1...v2.1.0)

### Merged

- [`#36`](https://github.com/exah/ya-fetch/pull/36) ✅ Add base test & update README

### Added

- [`897c8b5`](https://github.com/exah/ya-fetch/commit/897c8b5ed647d17a30ab38fc9536698a2846b39b) ✨ Add 'base' option, fix 'null' origin

### Fixed

- [`c2c6fa2`](https://github.com/exah/ya-fetch/commit/c2c6fa26b068c561ad98006275f23e4936272fc3) 🚑 Typo in Serialize interface name

## [v2.0.1](https://github.com/exah/ya-fetch/compare/v2.0.0...v2.0.1) - 2022-11-14

### Improved

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ya-fetch",
"version": "2.0.1",
"version": "2.1.0",
"description": "Super light-weight wrapper around fetch",
"author": "John Grishin <hi@johngrish.in>",
"license": "MIT",
Expand Down

0 comments on commit 932eef3

Please sign in to comment.