Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
release: new independent version
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 19, 2023
1 parent 9574124 commit eade159
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/AliMD/alwatr/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-09-19)

### Bug Fixes

* **fetch:** remove @alwatr/signal ([03d947b](https://github.com/AliMD/alwatr/commit/03d947be3889d63805eabb7f4be618fed6da0d55)) by @AliMD

* fix(fetch)!: remove fetchContext ([eba9cf0](https://github.com/AliMD/alwatr/commit/eba9cf0a443564478b5b985a69d0f54fbd514440)) by @AliMD

### BREAKING CHANGES

* fetchContext method removed

## 1.1.3 (2023-09-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "1.1.3",
"version": "2.0.0",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types written in tiny TypeScript, ES module.",
"keywords": [
"fetch",
Expand Down

0 comments on commit eade159

Please sign in to comment.