@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 1.3.0 ] - 2025-12-02
99
1010### Added
1111
@@ -21,16 +21,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121### Changed
2222
2323- Upgraded all dependencies to latest versions
24- - Migrated to semantic-release 25.0.2
24+ - Removed semantic-release in favor of GitHub Release workflow
2525- Simplified CI workflow (removed matrix, added format check)
2626- Formatted all code with Prettier
2727- Improved package.json with format script, engines, and lint-staged config
28+ - Cleaned up README and removed duplicates
2829
2930### Fixed
3031
3132- Fixed 15 security vulnerabilities by upgrading dependencies
3233
33- ## [ 1.3.0 ] - 2024-12-11
34+ ## [ 1.2.1 ] - 2024-12-11
3435
3536### Features
3637
@@ -59,10 +60,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5960### Bug Fixes
6061
6162- 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