Skip to content

Commit 932eef3

Browse files
committedNov 14, 2022
2.1.0
1 parent 01a3626 commit 932eef3

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed
 

‎CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ All notable changes to this project will be documented in this file.
33

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

6-
## [v2.0.1](https://github.com/exah/ya-fetch/compare/v2.0.0...v2.0.1)
6+
## [v2.1.0](https://github.com/exah/ya-fetch/compare/v2.0.1...v2.1.0)
7+
8+
### Merged
9+
10+
- [`#36`](https://github.com/exah/ya-fetch/pull/36) ✅ Add base test & update README
11+
12+
### Added
13+
14+
- [`897c8b5`](https://github.com/exah/ya-fetch/commit/897c8b5ed647d17a30ab38fc9536698a2846b39b) ✨ Add 'base' option, fix 'null' origin
15+
16+
### Fixed
17+
18+
- [`c2c6fa2`](https://github.com/exah/ya-fetch/commit/c2c6fa26b068c561ad98006275f23e4936272fc3) 🚑 Typo in Serialize interface name
19+
20+
## [v2.0.1](https://github.com/exah/ya-fetch/compare/v2.0.0...v2.0.1) - 2022-11-14
721

822
### Improved
923

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ya-fetch",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Super light-weight wrapper around fetch",
55
"author": "John Grishin <hi@johngrish.in>",
66
"license": "MIT",

0 commit comments

Comments
 (0)