Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v1.0.0
## v2.0.0 (March 4th, 2026)

- `useReusableAborter` **hook** - hook wrapper over the `ReusableAborter` class
- Increases the `saborter` version to 2 majors

## v1.0.0 (February 4th, 2026)

### New Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saborter/react",
"version": "1.0.0",
"version": "2.0.0",
"description": "A library for canceling asynchronous requests with React integration",
"type": "module",
"publishConfig": {
Expand Down