diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baa2d0..0f1a879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.2 + +- 🐛 It is not exported `isAbortError` and `readStreamByChunk` ([#120](https://github.com/fatcherjs/fatcher/pull/120)) +- 🔧 Rename `chunkStreamReader` to `readStreamByChunk` ([#119](https://github.com/fatcherjs/fatcher/pull/119)) +- 🐛 The global options `overriding` headers rather than `merging` headers ([#118](https://github.com/fatcherjs/fatcher/pull/118)) + ## v1.1.1 - 🐛 Using body instead of inline url params with `application/x-www-form-urlencoded` ([#113](https://github.com/fatcherjs/fatcher/pull/113)) diff --git a/package.json b/package.json index eabd1f1..b19aa80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fatcher", - "version": "1.1.1", + "version": "1.1.2", "description": "A tiny composable HTTP request library witch base on fetch API.", "homepage": "https://fatcherjs.github.io/docs/", "repository": {