@alwatr/fetch 0.12.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,16 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.12.0](https://github.com/AliMD/alwatr/compare/v0.11.0...v0.12.0) (2022-07-22)
6
+ # [0.13.0](https://github.com/AliMD/alwatr/compare/v0.12.0...v0.13.0) (2022-08-06)
7
7
 
8
+ **Note:** Version bump only for package @alwatr/fetch
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **fetch:** compatible with new ts types AbortSignal ([949655a](https://github.com/AliMD/alwatr/commit/949655a257852aaaaa311e32603ecc0819eedf51))
12
11
 
13
12
 
14
13
 
14
+ # [0.12.0](https://github.com/AliMD/alwatr/compare/v0.11.0...v0.12.0) (2022-07-22)
15
+
16
+ ### Bug Fixes
15
17
 
18
+ - **fetch:** compatible with new ts types AbortSignal ([949655a](https://github.com/AliMD/alwatr/commit/949655a257852aaaaa311e32603ecc0819eedf51))
16
19
 
17
20
  # [0.11.0](https://github.com/AliMD/alwatr/compare/v0.10.1...v0.11.0) (2022-04-16)
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/fetch",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Enhanced fetch api with timeout, helper methods and types written in tiny TypeScript module.",
5
5
  "keywords": [
6
6
  "fetch",
@@ -32,8 +32,8 @@
32
32
  "url": "https://github.com/AliMD/alwatr/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@alwatr/logger": "^0.12.0",
35
+ "@alwatr/logger": "^0.13.0",
36
36
  "tslib": "^2.3.1"
37
37
  },
38
- "gitHead": "2da92e22ea946abf6155122d0a28674dd4c0308b"
38
+ "gitHead": "2739e45b8d36caf18b25f5d779467c53a3efc835"
39
39
  }