Releases: simoneb/axios-hooks
Releases · simoneb/axios-hooks
v5.1.1
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v5.1.0 by @optic-release-automation in #1840
 - chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #1841
 - chore(deps-dev): bump eslint-plugin-react from 7.37.3 to 7.37.4 by @dependabot in #1843
 - chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot in #1844
 - chore(deps-dev): bump @types/node from 22.10.5 to 22.10.6 by @dependabot in #1845
 - chore(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.2 by @dependabot in #1846
 - chore(deps-dev): bump lint-staged from 15.3.0 to 15.4.0 by @dependabot in #1848
 - chore(deps-dev): bump @types/node from 22.10.6 to 22.10.7 by @dependabot in #1849
 - chore(deps-dev): bump lint-staged from 15.4.0 to 15.4.1 by @dependabot in #1850
 - chore(deps-dev): bump eslint-plugin-prettier from 5.2.2 to 5.2.3 by @dependabot in #1852
 - chore(deps-dev): bump @types/node from 22.10.7 to 22.12.0 by @dependabot in #1855
 - chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7 by @dependabot in #1857
 - chore(deps-dev): bump lint-staged from 15.4.1 to 15.4.3 by @dependabot in #1858
 - chore(deps-dev): bump @commitlint/config-conventional from 19.6.0 to 19.7.1 by @dependabot in #1859
 - chore(deps-dev): bump @babel/core from 7.26.0 to 7.26.7 by @dependabot in #1860
 - chore(deps-dev): bump @types/node from 22.12.0 to 22.13.1 by @dependabot in #1861
 - chore(deps-dev): bump @commitlint/cli from 19.6.1 to 19.7.1 by @dependabot in #1862
 - chore(deps): bump @babel/runtime from 7.26.0 to 7.26.7 by @dependabot in #1863
 - chore(deps-dev): bump prettier from 3.4.2 to 3.5.0 by @dependabot in #1864
 - chore(deps-dev): bump @babel/core from 7.26.7 to 7.26.8 by @dependabot in #1865
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.25.9 to 7.26.8 by @dependabot in #1867
 - chore(deps-dev): bump @babel/preset-env from 7.26.7 to 7.26.8 by @dependabot in #1869
 - chore(deps-dev): bump @types/node from 22.13.1 to 22.13.2 by @dependabot in #1870
 - chore(deps-dev): bump prettier from 3.5.0 to 3.5.1 by @dependabot in #1871
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.26.8 to 7.26.9 by @dependabot in #1872
 - chore(deps-dev): bump @babel/preset-env from 7.26.8 to 7.26.9 by @dependabot in #1873
 - chore(deps-dev): bump @types/node from 22.13.2 to 22.13.4 by @dependabot in #1875
 - chore(deps): bump @babel/runtime from 7.26.7 to 7.26.9 by @dependabot in #1877
 - chore(deps-dev): bump @babel/core from 7.26.8 to 7.26.9 by @dependabot in #1878
 - chore(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by @dependabot in #1880
 - chore(deps-dev): bump axios from 1.7.9 to 1.8.1 by @dependabot in #1881
 - chore(deps-dev): bump @types/node from 22.13.4 to 22.13.5 by @dependabot in #1882
 - chore(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2 by @dependabot in #1883
 - chore(deps-dev): bump eslint-plugin-react-hooks from 5.1.0 to 5.2.0 by @dependabot in #1884
 - chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @dependabot in #1885
 - chore(deps-dev): bump prettier from 3.5.1 to 3.5.3 by @dependabot in #1886
 - chore(deps-dev): bump @types/node from 22.13.5 to 22.13.9 by @dependabot in #1887
 - chore(deps-dev): bump axios from 1.8.1 to 1.8.2 by @dependabot in #1888
 - chore(deps-dev): bump @commitlint/cli from 19.7.1 to 19.8.0 by @dependabot in #1890
 - chore(deps-dev): bump @commitlint/config-conventional from 19.7.1 to 19.8.0 by @dependabot in #1891
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.26.9 to 7.26.10 by @dependabot in #1892
 - chore(deps-dev): bump eslint-config-prettier from 10.0.2 to 10.1.1 by @dependabot in #1893
 - chore(deps): bump @babel/runtime from 7.26.9 to 7.26.10 by @dependabot in #1894
 - chore(deps-dev): bump @types/node from 22.13.9 to 22.13.10 by @dependabot in #1895
 - chore(deps-dev): bump axios from 1.8.2 to 1.8.3 by @dependabot in #1896
 - chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 by @dependabot in #1897
 - chore(deps-dev): bump shx from 0.3.4 to 0.4.0 by @dependabot in #1898
 - chore(deps-dev): bump @babel/core from 7.26.9 to 7.26.10 by @dependabot in #1900
 - chore(deps-dev): bump axios from 1.8.3 to 1.8.4 by @dependabot in #1901
 
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v5.0.2 by @optic-release-automation in #1509
 - chore(deps-dev): bump @commitlint/cli from 18.4.2 to 18.4.3 by @dependabot in #1510
 - chore(deps-dev): bump @types/jest from 29.5.8 to 29.5.9 by @dependabot in #1511
 - chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 by @dependabot in #1512
 - chore(deps-dev): bump @types/node from 20.9.2 to 20.9.3 by @dependabot in #1514
 - chore(deps-dev): bump @commitlint/config-conventional from 18.4.2 to 18.4.3 by @dependabot in #1513
 - chore(deps-dev): bump @types/node from 20.9.3 to 20.9.4 by @dependabot in #1515
 - chore(deps-dev): bump @types/node from 20.9.4 to 20.10.0 by @dependabot in #1517
 - chore(deps-dev): bump @types/jest from 29.5.9 to 29.5.10 by @dependabot in #1516
 - docs: correct a typo in README.md by @Moussa-Kalam in #1519
 - chore(deps-dev): bump @babel/preset-env from 7.23.3 to 7.23.5 by @dependabot in #1521
 - chore(deps): bump @babel/runtime from 7.23.4 to 7.23.5 by @dependabot in #1522
 - chore(deps-dev): bump @babel/core from 7.23.3 to 7.23.5 by @dependabot in #1523
 - chore(deps-dev): bump @types/node from 20.10.0 to 20.10.1 by @dependabot in #1524
 - chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 by @dependabot in #1525
 - chore(deps-dev): bump @types/node from 20.10.1 to 20.10.3 by @dependabot in #1527
 - chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #1526
 - chore(deps-dev): bump lint-staged from 15.1.0 to 15.2.0 by @dependabot in #1528
 - chore(deps-dev): bump @types/jest from 29.5.10 to 29.5.11 by @dependabot in #1529
 - chore(deps): bump actions/stale from 8 to 9 by @dependabot in #1530
 - chore(deps-dev): bump @types/node from 20.10.3 to 20.10.4 by @dependabot in #1531
 - chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #1532
 - chore(deps): bump @babel/runtime from 7.23.5 to 7.23.6 by @dependabot in #1533
 - chore(deps-dev): bump @babel/core from 7.23.5 to 7.23.6 by @dependabot in #1534
 - chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #1535
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.23.4 to 7.23.6 by @dependabot in #1536
 - chore(deps-dev): bump @babel/preset-env from 7.23.5 to 7.23.6 by @dependabot in #1537
 - chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 by @dependabot in #1538
 - chore(deps-dev): bump @types/node from 20.10.4 to 20.10.5 by @dependabot in #1539
 - chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #1540
 - chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #1541
 - chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 by @dependabot in #1542
 - chore(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.1 by @dependabot in #1543
 - chore(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2 by @dependabot in #1544
 - chore(deps-dev): bump axios from 1.6.2 to 1.6.3 by @dependabot in #1545
 - chore(deps-dev): bump @types/node from 20.10.5 to 20.10.6 by @dependabot in #1546
 - chore(deps): bump @babel/runtime from 7.23.6 to 7.23.7 by @dependabot in #1547
 - chore(deps-dev): bump @babel/preset-env from 7.23.6 to 7.23.7 by @dependabot in #1548
 - chore(deps-dev): bump @babel/core from 7.23.6 to 7.23.7 by @dependabot in #1549
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.23.6 to 7.23.7 by @dependabot in #1550
 - chore(deps-dev): bump axios from 1.6.3 to 1.6.4 by @dependabot in #1551
 - chore(deps-dev): bump @commitlint/config-conventional from 18.4.3 to 18.4.4 by @dependabot in #1552
 - chore(deps-dev): bump @commitlint/cli from 18.4.3 to 18.4.4 by @dependabot in #1553
 - chore(deps-dev): bump @types/node from 20.10.6 to 20.10.7 by @dependabot in #1554
 - chore(deps-dev): bump axios from 1.6.4 to 1.6.5 by @dependabot in #1555
 - chore(deps): bump @babel/runtime from 7.23.7 to 7.23.8 by @dependabot in #1556
 - chore(deps-dev): bump @babel/preset-env from 7.23.7 to 7.23.8 by @dependabot in #1557
 - chore(deps-dev): bump @types/node from 20.10.7 to 20.10.8 by @dependabot in #1558
 - chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by @dependabot in #1559
 - chore(deps-dev): bump @types/node from 20.10.8 to 20.11.0 by @dependabot in #1560
 - chore(deps-dev): bump @types/node from 20.11.0 to 20.11.2 by @dependabot in #1561
 - chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 by @dependabot in #1562
 - chore(deps-dev): bump @types/node from 20.11.2 to 20.11.4 by @dependabot in #1563
 - chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 by @dependabot in #1564
 - chore(deps-dev): bump @types/node from 20.11.4 to 20.11.5 by @dependabot in #1565
 - chore(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #1566
 - chore(deps-dev): bump @commitlint/cli from 18.4.4 to 18.5.0 by @dependabot in #1567
 - chore(deps-dev): bump @types/node from 20.11.5 to 20.11.6 by @dependabot in #1569
 - chore(deps-dev): bump @commitlint/config-conventional from 18.4.4 to 18.5.0 by @dependabot in #1568
 - chore(deps-dev): bump @commitlint/cli from 18.5.0 to 18.6.0 by @dependabot in #1570
 - chore(deps-dev): bump axios from 1.6.5 to 1.6.6 by @dependabot in #1572
 - chore(deps-dev): bump husky from 8.0.3 to 9.0.3 by @dependabot in #1573
 - chore(deps-dev): bump @commitlint/config-conventional from 18.5.0 to 18.6.0 by @dependabot in #1571
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.23.7 to 7.23.9 by @dependabot in #1574
 - chore(deps-dev): bump axios from 1.6.6 to 1.6.7 by @dependabot in #1576
 - chore(deps): bump @babel/runtime from 7.23.8 to 7.23.9 by @dependabot in #1577
 - chore(deps-dev): bump @types/node from 20.11.6 to 20.11.7 by @dependabot in #1578
 - chore(deps-dev): bump @babel/cli from 7.23.4 to 7.23.9 by @dependabot in #1580
 - chore(deps-dev): bump @babel/preset-env from 7.23.8 to 7.23.9 by @dependabot in #1575
 - chore(deps-dev): bump @babel/core from 7.23.7 to 7.23.9 by @dependabot in #1579
 - chore(deps-dev): bump @types/node from 20.11.7 to 20.11.10 by @dependabot in #1581
 - chore(deps-dev): bump lint-staged from 15.2.0 to 15.2.1 by @dependabot in #1582
 - chore(deps-dev): bump @types/node from 20.11.10 to 20.11.13 by @dependabot in #1583
 - chore(deps-dev): bump @types/node from 20.11.13 to 20.11.15 by @dependabot in #1584
 - chore(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in #1585
 - chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @dependabot in #1588
 - chore(deps-dev): bump @types/node from 20.11.15 to 20.11.16 by @dependabot in #1586
 - chore(deps-dev): bump lint-staged from 15.2.1 to 15.2.2 by @dependabot in #1587
 - chore(deps-dev): bump @types/node from 20.11.16 to 20.11.17 by @dependabot...
 
v5.0.2
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v5.0.1 by @optic-release-automation in #1453
 - chore(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in #1454
 - chore(deps-dev): bump @types/node from 20.8.2 to 20.8.3 by @dependabot in #1455
 - chore(deps-dev): bump @types/node from 20.8.3 to 20.8.4 by @dependabot in #1456
 - chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #1457
 - chore(deps-dev): bump @babel/core from 7.23.0 to 7.23.2 by @dependabot in #1458
 - chore(deps-dev): bump @babel/preset-env from 7.22.20 to 7.23.2 by @dependabot in #1459
 - chore(deps): bump @babel/runtime from 7.23.1 to 7.23.2 by @dependabot in #1460
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.22.15 to 7.23.2 by @dependabot in #1461
 - chore(deps-dev): bump @types/node from 20.8.4 to 20.8.5 by @dependabot in #1462
 - chore(deps-dev): bump lint-staged from 14.0.1 to 15.0.1 by @dependabot in #1463
 - chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0 by @dependabot in #1464
 - chore(deps-dev): bump @types/node from 20.8.5 to 20.8.6 by @dependabot in #1465
 - chore(deps-dev): bump @commitlint/config-conventional from 17.7.0 to 17.8.0 by @dependabot in #1466
 - chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 by @dependabot in #1469
 - chore(deps-dev): bump lint-staged from 15.0.1 to 15.0.2 by @dependabot in #1471
 - chore(deps-dev): bump @types/node from 20.8.6 to 20.8.7 by @dependabot in #1470
 - chore(deps-dev): bump @commitlint/config-conventional from 17.8.0 to 18.0.0 by @dependabot in #1472
 - chore(deps-dev): bump @commitlint/cli from 17.8.0 to 18.0.0 by @dependabot in #1473
 - chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 by @dependabot in #1475
 - chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #1474
 - chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #1476
 - chore(deps-dev): bump @types/node from 20.8.7 to 20.8.8 by @dependabot in #1477
 - chore(deps-dev): bump @commitlint/cli from 18.0.0 to 18.1.0 by @dependabot in #1478
 - chore(deps-dev): bump @commitlint/config-conventional from 18.0.0 to 18.1.0 by @dependabot in #1479
 - chore(deps-dev): bump @commitlint/cli from 18.1.0 to 18.2.0 by @dependabot in #1480
 - chore(deps-dev): bump @types/node from 20.8.8 to 20.8.9 by @dependabot in #1481
 - chore(deps-dev): bump axios from 1.5.1 to 1.6.0 by @dependabot in #1482
 - chore(deps-dev): bump @types/node from 20.8.9 to 20.8.10 by @dependabot in #1485
 - chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 by @dependabot in #1486
 - chore(deps-dev): bump @types/jest from 29.5.7 to 29.5.8 by @dependabot in #1488
 - chore(deps-dev): bump @types/node from 20.8.10 to 20.9.0 by @dependabot in #1489
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.23.2 to 7.23.3 by @dependabot in #1490
 - chore(deps-dev): bump axios from 1.6.0 to 1.6.1 by @dependabot in #1492
 - chore(deps-dev): bump @babel/core from 7.23.2 to 7.23.3 by @dependabot in #1491
 - chore(deps-dev): bump @babel/preset-react from 7.22.15 to 7.23.3 by @dependabot in #1494
 - chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 by @dependabot in #1487
 - chore(deps-dev): bump @babel/preset-env from 7.23.2 to 7.23.3 by @dependabot in #1493
 - chore(deps-dev): bump @commitlint/config-conventional from 18.1.0 to 18.4.0 by @dependabot in #1496
 - chore(deps-dev): bump @commitlint/cli from 18.2.0 to 18.4.0 by @dependabot in #1495
 - chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 by @dependabot in #1497
 - chore(deps-dev): bump lint-staged from 15.0.2 to 15.1.0 by @dependabot in #1498
 - chore(deps-dev): bump @commitlint/cli from 18.4.0 to 18.4.1 by @dependabot in #1499
 - chore(deps-dev): bump axios from 1.6.1 to 1.6.2 by @dependabot in #1500
 - chore(deps-dev): bump @commitlint/config-conventional from 18.4.0 to 18.4.2 by @dependabot in #1501
 - chore(deps-dev): bump @commitlint/cli from 18.4.1 to 18.4.2 by @dependabot in #1502
 - chore(deps-dev): bump @types/node from 20.9.0 to 20.9.1 by @dependabot in #1503
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.23.3 to 7.23.4 by @dependabot in #1504
 - chore(deps-dev): bump @babel/cli from 7.23.0 to 7.23.4 by @dependabot in #1505
 - chore(deps-dev): bump @types/node from 20.9.1 to 20.9.2 by @dependabot in #1506
 - chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 by @dependabot in #1507
 - chore(deps): bump @babel/runtime from 7.23.2 to 7.23.4 by @dependabot in #1508
 
Full Changelog: v5.0.1...v5.0.2
v5.0.1
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v5.0.0 by @optic-release-automation in #1432
 - chore(deps-dev): bump @babel/core from 7.22.19 to 7.22.20 by @dependabot in #1433
 - chore(deps-dev): bump @types/node from 20.6.1 to 20.6.2 by @dependabot in #1434
 - chore(deps-dev): bump @babel/preset-env from 7.22.15 to 7.22.20 by @dependabot in #1436
 - chore(deps-dev): bump @types/jest from 29.5.4 to 29.5.5 by @dependabot in #1435
 - chore(deps-dev): bump @types/node from 20.6.2 to 20.6.3 by @dependabot in #1437
 - chore(deps-dev): bump @babel/core from 7.22.20 to 7.23.0 by @dependabot in #1438
 - chore(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in #1439
 - chore(deps): bump @babel/runtime from 7.22.15 to 7.23.1 by @dependabot in #1440
 - chore(deps-dev): bump @types/node from 20.6.3 to 20.6.5 by @dependabot in #1442
 - chore(deps-dev): bump @babel/cli from 7.22.15 to 7.23.0 by @dependabot in #1441
 - chore(deps-dev): bump rimraf from 5.0.1 to 5.0.4 by @dependabot in #1444
 - chore(deps-dev): bump @types/node from 20.6.5 to 20.7.0 by @dependabot in #1445
 - chore(deps-dev): bump axios from 1.5.0 to 1.5.1 by @dependabot in #1446
 - chore(deps-dev): bump rimraf from 5.0.4 to 5.0.5 by @dependabot in #1447
 - chore(deps-dev): bump @types/node from 20.7.0 to 20.7.1 by @dependabot in #1448
 - chore(deps-dev): bump @commitlint/cli from 17.7.1 to 17.7.2 by @dependabot in #1449
 - chore(deps-dev): bump @types/node from 20.7.1 to 20.8.0 by @dependabot in #1450
 - chore(deps-dev): bump @types/node from 20.8.0 to 20.8.2 by @dependabot in #1451
 
Full Changelog: v5.0.0...v5.0.1
v5.0.0
Breaking changes
This release supports [email protected] and drops support for [email protected].
What's Changed
- chore(deps-dev): bump @types/jest from 29.0.3 to 29.1.0 by @dependabot in #1062
 - chore(deps-dev): bump @types/jest from 29.1.0 to 29.1.1 by @dependabot in #1063
 - chore(deps-dev): bump @types/node from 18.7.23 to 18.8.0 by @dependabot in #1064
 - chore(deps-dev): bump @types/node from 18.8.0 to 18.8.1 by @dependabot in #1065
 - chore(deps-dev): bump @types/node from 18.8.1 to 18.8.2 by @dependabot in #1067
 - chore(deps-dev): bump @types/node from 18.8.2 to 18.8.3 by @dependabot in #1069
 - chore(deps-dev): bump @types/jest from 29.1.1 to 29.1.2 by @dependabot in #1070
 - chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 by @dependabot in #1072
 - chore(deps-dev): bump eslint-plugin-react from 7.31.8 to 7.31.9 by @dependabot in #1073
 - chore(deps): bump @babel/runtime from 7.19.0 to 7.19.4 by @dependabot in #1074
 - chore(deps-dev): bump @babel/preset-env from 7.19.3 to 7.19.4 by @dependabot in #1075
 - chore(deps-dev): bump @types/node from 18.8.3 to 18.8.4 by @dependabot in #1076
 - chore(deps-dev): bump eslint-plugin-react from 7.31.9 to 7.31.10 by @dependabot in #1077
 - chore(deps-dev): bump @types/node from 18.8.4 to 18.8.5 by @dependabot in #1078
 - chore(deps-dev): bump @types/node from 18.8.5 to 18.11.0 by @dependabot in #1079
 - chore(deps-dev): bump @types/jest from 29.1.2 to 29.2.0 by @dependabot in #1081
 - chore(deps-dev): bump @types/node from 18.11.0 to 18.11.2 by @dependabot in #1082
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.19.1 to 7.19.6 by @dependabot in #1083
 - chore(deps-dev): bump @babel/core from 7.19.3 to 7.19.6 by @dependabot in #1084
 - chore(deps-dev): bump @types/node from 18.11.2 to 18.11.3 by @dependabot in #1085
 - chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 by @dependabot in #1086
 - chore(deps-dev): bump @types/node from 18.11.3 to 18.11.4 by @dependabot in #1087
 - chore(deps-dev): bump @types/react-dom from 18.0.6 to 18.0.7 by @dependabot in #1088
 - chore(deps-dev): bump @types/node from 18.11.4 to 18.11.5 by @dependabot in #1089
 - chore(deps-dev): bump @types/react from 18.0.21 to 18.0.22 by @dependabot in #1090
 - chore(deps-dev): bump @types/react from 18.0.22 to 18.0.23 by @dependabot in #1091
 - chore(deps-dev): bump @types/node from 18.11.5 to 18.11.6 by @dependabot in #1092
 - chore(deps-dev): bump @types/react-dom from 18.0.7 to 18.0.8 by @dependabot in #1093
 - chore(deps-dev): bump @types/node from 18.11.6 to 18.11.7 by @dependabot in #1094
 - chore(deps): bump @babel/runtime from 7.19.4 to 7.20.0 by @dependabot in #1096
 - chore(deps-dev): bump @types/node from 18.11.7 to 18.11.8 by @dependabot in #1097
 - chore(deps-dev): bump @types/react from 18.0.23 to 18.0.24 by @dependabot in #1095
 - chore(deps): bump @babel/runtime from 7.20.0 to 7.20.1 by @dependabot in #1099
 - chore(deps-dev): bump @types/jest from 29.2.0 to 29.2.1 by @dependabot in #1100
 - chore(deps-dev): bump @commitlint/config-conventional from 17.1.0 to 17.2.0 by @dependabot in #1101
 - chore(deps-dev): bump @commitlint/cli from 17.1.2 to 17.2.0 by @dependabot in #1102
 - chore(deps-dev): bump @types/node from 18.11.8 to 18.11.9 by @dependabot in #1103
 - chore(deps-dev): bump @types/react from 18.0.24 to 18.0.25 by @dependabot in #1104
 - chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 by @dependabot in #1105
 - chore(deps-dev): bump @types/jest from 29.2.1 to 29.2.2 by @dependabot in #1106
 - chore(deps-dev): bump @babel/preset-env from 7.19.4 to 7.20.2 by @dependabot in #1107
 - chore(deps-dev): bump @babel/core from 7.19.6 to 7.20.2 by @dependabot in #1108
 - chore(deps): bump nearform/optic-release-automation-action from 3 to 4 by @dependabot in #1109
 - chore(deps-dev): bump @types/jest from 29.2.2 to 29.2.3 by @dependabot in #1110
 - chore(deps-dev): bump @types/react-dom from 18.0.8 to 18.0.9 by @dependabot in #1111
 - chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in #1112
 - chore(deps-dev): bump eslint from 8.27.0 to 8.28.0 by @dependabot in #1113
 - chore(deps-dev): bump eslint-plugin-react from 7.31.10 to 7.31.11 by @dependabot in #1114
 - chore(deps-dev): bump @commitlint/config-conventional from 17.2.0 to 17.3.0 by @dependabot in #1115
 - chore(deps-dev): bump @commitlint/cli from 17.2.0 to 17.3.0 by @dependabot in #1116
 - chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by @dependabot in #1117
 - chore(deps-dev): bump lint-staged from 13.0.3 to 13.0.4 by @dependabot in #1119
 - chore(deps-dev): bump @babel/core from 7.20.2 to 7.20.5 by @dependabot in #1120
 - chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #1122
 - chore(deps-dev): bump @types/node from 18.11.9 to 18.11.10 by @dependabot in #1123
 - chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 by @dependabot in #1124
 - chore(deps-dev): bump @types/jest from 29.2.3 to 29.2.4 by @dependabot in #1125
 - chore(deps-dev): bump @types/node from 18.11.10 to 18.11.11 by @dependabot in #1127
 - chore(deps-dev): bump lint-staged from 13.0.4 to 13.1.0 by @dependabot in #1128
 - chore(deps-dev): bump @types/react from 18.0.25 to 18.0.26 by @dependabot in #1129
 - chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 by @dependabot in #1130
 - chore(deps-dev): bump typescript from 4.9.3 to 4.9.4 by @dependabot in #1131
 - chore(deps-dev): bump @types/node from 18.11.11 to 18.11.12 by @dependabot in #1132
 - chore(deps-dev): bump @types/node from 18.11.12 to 18.11.13 by @dependabot in #1133
 - chore(deps-dev): bump @types/node from 18.11.13 to 18.11.14 by @dependabot in #1134
 - chore(deps-dev): bump @types/node from 18.11.14 to 18.11.15 by @dependabot in #1135
 - chore(deps-dev): bump @types/node from 18.11.15 to 18.11.17 by @dependabot in #1136
 - chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 by @dependabot in #1137
 - chore(deps): bump actions/stale from 6 to 7 by @dependabot in #1138
 - chore(deps-dev): bump @babel/core from 7.20.5 to 7.20.7 by @dependabot in #1139
 - chore(deps): bump @babel/runtime from 7.20.1 to 7.20.7 by @dependabot in #1140
 - chore(deps-dev): bump @babel/cli from 7.19.3 to 7.20.7 by @dependabot in #1141
 - chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.0.10 by @dependabot in #1142
 - chore(deps-dev): bump @types/node from 18.11.17 to 18.11.18 by @dependabot in #1143
 - chore(deps-dev): bump @types/jest from 29.2.4 to 29.2.5 by @dependabot in #1146
 - chore(deps-dev): bump eslint from 8.30.0 to 8.31.0 by @dependabot in #1147
 - chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 by @dependabot in #1148
 - chore(deps-dev): bump @commitlint/cli from ...
 
v4.0.0
Breaking Changes
- Major semver upgrade of lru-cache to version 7
 - Default cache size set to 500, previously 
Infinity 
What's Changed
- chore(deps-dev): bump @types/react from 18.0.17 to 18.0.18 by @dependabot in #1027
 - chore(deps-dev): bump eslint-plugin-react from 7.31.1 to 7.31.6 by @dependabot in #1028
 - chore(deps-dev): bump @types/node from 18.7.14 to 18.7.15 by @dependabot in #1029
 - chore(deps-dev): bump @babel/core from 7.18.13 to 7.19.0 by @dependabot in #1030
 - chore(deps-dev): bump @babel/preset-env from 7.18.10 to 7.19.0 by @dependabot in #1031
 - chore(deps-dev): bump eslint-plugin-react from 7.31.6 to 7.31.7 by @dependabot in #1032
 - chore(deps): bump @babel/runtime from 7.18.9 to 7.19.0 by @dependabot in #1033
 - chore(deps-dev): bump @types/node from 18.7.15 to 18.7.16 by @dependabot in #1035
 - chore(deps-dev): bump eslint-plugin-react from 7.31.7 to 7.31.8 by @dependabot in #1036
 - chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 by @dependabot in #1037
 - chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 by @dependabot in #1038
 - chore(deps-dev): bump @types/jest from 29.0.0 to 29.0.1 by @dependabot in #1039
 - chore(deps-dev): bump @types/react from 18.0.18 to 18.0.19 by @dependabot in #1040
 - chore(deps-dev): bump @types/node from 18.7.16 to 18.7.17 by @dependabot in #1042
 - chore(deps-dev): bump @types/node from 18.7.17 to 18.7.18 by @dependabot in #1043
 - chore(deps-dev): bump @types/jest from 29.0.1 to 29.0.2 by @dependabot in #1045
 - chore(deps-dev): bump @types/react from 18.0.19 to 18.0.20 by @dependabot in #1044
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.18.10 to 7.19.1 by @dependabot in #1046
 - chore(deps-dev): bump @babel/preset-env from 7.19.0 to 7.19.1 by @dependabot in #1047
 - chore(deps-dev): bump @babel/core from 7.19.0 to 7.19.1 by @dependabot in #1048
 - chore(deps-dev): bump @types/jest from 29.0.2 to 29.0.3 by @dependabot in #1049
 - chore(deps): bump actions/stale from 5 to 6 by @dependabot in #1050
 - chore(deps-dev): bump @types/react from 18.0.20 to 18.0.21 by @dependabot in #1051
 - chore(deps-dev): bump @types/node from 18.7.18 to 18.7.21 by @dependabot in #1052
 - chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 by @dependabot in #1053
 - chore(deps-dev): bump @babel/preset-env from 7.19.1 to 7.19.3 by @dependabot in #1055
 - chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in #1056
 - chore(deps-dev): bump @babel/cli from 7.18.10 to 7.19.3 by @dependabot in #1057
 - feat: add tsd, dump lru, fix typing by @simoneb in #1059
 
Full Changelog: v3.1.5...v4.0.0
v3.1.5
What's Changed
- chore(deps-dev): bump @types/react-dom from 18.0.5 to 18.0.6 by @dependabot in #972
 - chore(deps-dev): bump @types/node from 18.0.1 to 18.0.3 by @dependabot in #973
 - chore(deps-dev): bump @types/react from 18.0.14 to 18.0.15 by @dependabot in #974
 - chore(deps): bump dequal from 2.0.2 to 2.0.3 by @dependabot in #977
 - chore(deps-dev): bump @types/jest from 28.1.4 to 28.1.5 by @dependabot in #979
 - chore(deps-dev): bump @types/node from 18.0.3 to 18.0.4 by @dependabot in #981
 - chore(deps-dev): bump @babel/preset-env from 7.18.6 to 7.18.9 by @dependabot in #983
 - chore(deps-dev): bump @babel/cli from 7.18.6 to 7.18.9 by @dependabot in #984
 - chore(deps-dev): bump @types/jest from 28.1.5 to 28.1.6 by @dependabot in #985
 - chore(deps-dev): bump @types/node from 18.0.4 to 18.0.6 by @dependabot in #986
 - chore(deps): bump @babel/runtime from 7.18.6 to 7.18.9 by @dependabot in #988
 - chore(deps-dev): bump eslint from 8.19.0 to 8.20.0 by @dependabot in #989
 - chore(deps-dev): bump @babel/core from 7.18.6 to 7.18.9 by @dependabot in #990
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.18.6 to 7.18.9 by @dependabot in #987
 - chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 by @dependabot in #993
 - chore(deps-dev): bump @types/node from 18.6.1 to 18.6.2 by @dependabot in #994
 - chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 by @dependabot in #995
 - chore(deps-dev): bump @types/node from 18.6.2 to 18.6.3 by @dependabot in #996
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.18.9 to 7.18.10 by @dependabot in #997
 - chore(deps-dev): bump @babel/core from 7.18.9 to 7.18.10 by @dependabot in #998
 - chore(deps-dev): bump @babel/preset-env from 7.18.9 to 7.18.10 by @dependabot in #999
 - chore(deps-dev): bump @babel/cli from 7.18.9 to 7.18.10 by @dependabot in #1001
 - chore(deps-dev): bump @types/node from 18.6.3 to 18.6.4 by @dependabot in #1002
 - chore(deps-dev): bump @types/react from 18.0.15 to 18.0.17 by @dependabot in #1003
 - chore(deps-dev): bump @types/node from 18.6.4 to 18.6.5 by @dependabot in #1004
 - chore(deps-dev): bump @types/node from 18.6.5 to 18.7.1 by @dependabot in #1005
 - chore(deps-dev): bump @types/node from 18.7.1 to 18.7.2 by @dependabot in #1006
 - chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 by @dependabot in #1007
 - chore(deps-dev): bump @types/jest from 28.1.6 to 28.1.7 by @dependabot in #1009
 - chore(deps-dev): bump @types/node from 18.7.2 to 18.7.6 by @dependabot in #1010
 - chore(deps-dev): bump @types/node from 18.7.6 to 18.7.9 by @dependabot in #1012
 - chore(deps-dev): bump @types/node from 18.7.9 to 18.7.11 by @dependabot in #1013
 - chore(deps-dev): bump @babel/core from 7.18.10 to 7.18.13 by @dependabot in #1014
 - chore(deps-dev): bump @types/jest from 28.1.7 to 28.1.8 by @dependabot in #1015
 - chore(deps-dev): bump @types/node from 18.7.11 to 18.7.13 by @dependabot in #1016
 - chore(deps-dev): bump eslint-plugin-react from 7.30.1 to 7.31.0 by @dependabot in #1017
 - chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in #1018
 - chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 by @dependabot in #1019
 - chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2 by @dependabot in #1020
 - chore(deps-dev): bump eslint-plugin-react from 7.31.0 to 7.31.1 by @dependabot in #1022
 - chore(deps-dev): bump @commitlint/config-conventional from 17.0.3 to 17.1.0 by @dependabot in #1021
 - chore(deps-dev): bump @types/jest from 28.1.8 to 29.0.0 by @dependabot in #1023
 - chore(deps-dev): bump @types/node from 18.7.13 to 18.7.14 by @dependabot in #1024
 - fix: autoCancel respected when hook is unmounted by @lukaskral in #1025
 
New Contributors
- @lukaskral made their first contribution in #1025
 
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
- chore(deps-dev): bump @commitlint/config-conventional from 17.0.2 to 17.0.3 by @dependabot in #955
 - chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.1.0 by @dependabot in #956
 - chore(deps-dev): bump lint-staged from 13.0.2 to 13.0.3 by @dependabot in #957
 - chore(deps-dev): bump @babel/preset-react from 7.17.12 to 7.18.6 by @dependabot in #958
 - chore(deps): bump @babel/runtime from 7.18.3 to 7.18.6 by @dependabot in #959
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.18.5 to 7.18.6 by @dependabot in #960
 - chore(deps-dev): bump @babel/cli from 7.17.10 to 7.18.6 by @dependabot in #961
 - chore(deps-dev): bump @babel/preset-env from 7.18.2 to 7.18.6 by @dependabot in #963
 - chore(deps-dev): bump @commitlint/cli from 17.0.2 to 17.0.3 by @dependabot in #962
 - chore(deps-dev): bump eslint-plugin-prettier from 4.1.0 to 4.2.1 by @dependabot in #966
 - chore(deps-dev): bump @babel/core from 7.18.5 to 7.18.6 by @dependabot in #964
 - chore(deps-dev): bump @types/jest from 28.1.3 to 28.1.4 by @dependabot in #967
 - chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 by @dependabot in #968
 - chore(deps-dev): bump @types/node from 18.0.0 to 18.0.1 by @dependabot in #969
 
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- chore(deps-dev): bump @types/react from 18.0.13 to 18.0.14 by @dependabot in #943
 - chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2 by @dependabot in #944
 - chore(deps-dev): bump @types/jest from 28.1.1 to 28.1.2 by @dependabot in #945
 - chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 by @dependabot in #947
 - chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #948
 - chore(deps-dev): bump @types/jest from 28.1.2 to 28.1.3 by @dependabot in #949
 - chore(deps-dev): bump eslint-plugin-react from 7.30.0 to 7.30.1 by @dependabot in #950
 - chore(deps): bump nearform/optic-release-automation-action from 2 to 3 by @dependabot in #952
 
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- chore(deps-dev): bump lint-staged from 13.0.0 to 13.0.1 by @dependabot in #926
 - chore(deps-dev): bump @babel/plugin-transform-runtime from 7.18.2 to 7.18.5 by @dependabot in #927
 - chore(deps-dev): bump @types/node from 17.0.41 to 17.0.42 by @dependabot in #928
 - chore(deps-dev): bump @babel/core from 7.18.2 to 7.18.5 by @dependabot in #929
 - chore(deps-dev): bump prettier from 2.6.2 to 2.7.0 by @dependabot in #931
 - chore(deps-dev): bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0 by @dependabot in #932
 - chore(deps-dev): bump @types/node from 17.0.42 to 17.0.43 by @dependabot in #933
 - chore(deps-dev): bump @types/react from 18.0.12 to 18.0.13 by @dependabot in #938
 - chore(deps-dev): bump prettier from 2.7.0 to 2.7.1 by @dependabot in #940
 - chore(deps-dev): bump @types/node from 17.0.43 to 18.0.0 by @dependabot in #939
 
Full Changelog: v3.1.1...v3.1.2