Skip to content

Commit efaf1d5

Browse files
committed
chore: bump version to 1.3.0 and update CHANGELOG
1 parent 1ce1c80 commit efaf1d5

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-error-handler-ts",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A simple helper to handle errors in Axios requests with customizable messages.",
55
"main": "dist/errorHandler.js",
66
"types": "dist/errorHandler.d.ts",

0 commit comments

Comments
 (0)