|
1 | | -# [1.3.0](https://github.com/Jszigeti/axios-error-handler/compare/v1.2.0...v1.3.0) (2024-12-11) |
| 1 | +# Changelog |
2 | 2 |
|
| 3 | +All notable changes to this project will be documented in this file. |
3 | 4 |
|
4 | | -### Features |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
5 | 7 |
|
6 | | -* add tests, update README, set up GitHub Actions, and fix code ([91428c0](https://github.com/Jszigeti/axios-error-handler/commit/91428c0451459f18732eb45f45cdd19c517fa599)) |
| 8 | +## [Unreleased] |
7 | 9 |
|
8 | | -# [1.2.0](https://github.com/Jszigeti/axios-error-handler/compare/v1.1.0...v1.2.0) (2024-12-11) |
| 10 | +### Added |
9 | 11 |
|
| 12 | +- Prettier 3.7.3 for code formatting |
| 13 | +- Husky 9.1.7 + lint-staged 16.2.7 for pre-commit hooks |
| 14 | +- GitHub Actions v6 (checkout, setup-node) |
| 15 | +- Publish workflow for GitHub Release-based npm publishing |
| 16 | +- Issue and PR templates |
| 17 | +- Dependabot configuration |
| 18 | +- CONTRIBUTING.md guide |
| 19 | +- Comprehensive README badges (CI, npm downloads, license) |
10 | 20 |
|
11 | | -### Features |
| 21 | +### Changed |
| 22 | + |
| 23 | +- Upgraded all dependencies to latest versions |
| 24 | +- Migrated to semantic-release 25.0.2 |
| 25 | +- Simplified CI workflow (removed matrix, added format check) |
| 26 | +- Formatted all code with Prettier |
| 27 | +- Improved package.json with format script, engines, and lint-staged config |
12 | 28 |
|
13 | | -* add tests, update README, set up GitHub Actions, and fix code ([b18c7db](https://github.com/Jszigeti/axios-error-handler/commit/b18c7db40ba9933d2c1e8fa5517917218b2dc540)) |
| 29 | +### Fixed |
14 | 30 |
|
15 | | -# [1.1.0](https://github.com/Jszigeti/axios-error-handler/compare/v1.0.1...v1.1.0) (2024-12-11) |
| 31 | +- Fixed 15 security vulnerabilities by upgrading dependencies |
16 | 32 |
|
| 33 | +## [1.3.0] - 2024-12-11 |
17 | 34 |
|
18 | 35 | ### Features |
19 | 36 |
|
20 | | -* add tests, update README, set up GitHub Actions, and fix code ([db7f897](https://github.com/Jszigeti/axios-error-handler/commit/db7f897891ab4a19d3ee0792aeba24b6902999ea)) |
| 37 | +- add tests, update README, set up GitHub Actions, and fix code |
21 | 38 |
|
22 | | -## [1.0.1](https://github.com/Jszigeti/axios-error-handler/compare/v1.0.0...v1.0.1) (2024-12-11) |
| 39 | +## [1.2.0] - 2024-12-11 |
23 | 40 |
|
| 41 | +### Features |
24 | 42 |
|
25 | | -### Bug Fixes |
| 43 | +- add tests, update README, set up GitHub Actions, and fix code |
| 44 | + |
| 45 | +## [1.1.0] - 2024-12-11 |
26 | 46 |
|
27 | | -* update semantic-release configuration ([22cbf59](https://github.com/Jszigeti/axios-error-handler/commit/22cbf5991874ba9ed6631e2fa6e24545a22e6f68)) |
| 47 | +### Features |
| 48 | + |
| 49 | +- add tests, update README, set up GitHub Actions, and fix code |
| 50 | + |
| 51 | +## [1.0.1] - 2024-12-11 |
28 | 52 |
|
29 | | -# 1.0.0 (2024-12-11) |
| 53 | +### Bug Fixes |
| 54 | + |
| 55 | +- update semantic-release configuration |
30 | 56 |
|
| 57 | +## [1.0.0] - 2024-12-11 |
31 | 58 |
|
32 | 59 | ### Bug Fixes |
33 | 60 |
|
34 | | -* update semantic-release configuration ([7b63e30](https://github.com/Jszigeti/axios-error-handler/commit/7b63e30a2585995d08c0d59ae942efd99958d547)) |
| 61 | +- update semantic-release configuration |
| 62 | + |
| 63 | +[unreleased]: https://github.com/Jszigeti/axios-error-handler/compare/v1.3.0...HEAD |
| 64 | +[1.3.0]: https://github.com/Jszigeti/axios-error-handler/compare/v1.2.0...v1.3.0 |
| 65 | +[1.2.0]: https://github.com/Jszigeti/axios-error-handler/compare/v1.1.0...v1.2.0 |
| 66 | +[1.1.0]: https://github.com/Jszigeti/axios-error-handler/compare/v1.0.1...v1.1.0 |
| 67 | +[1.0.1]: https://github.com/Jszigeti/axios-error-handler/compare/v1.0.0...v1.0.1 |
| 68 | +[1.0.0]: https://github.com/Jszigeti/axios-error-handler/releases/tag/v1.0.0 |
0 commit comments