Skip to content

Commit 4c708ea

Browse files
committed
CI: sync release
1 parent ddde1e3 commit 4c708ea

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-10-18
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`enhanced_http` - `v4.2.0`](#enhanced_http---v420)
19+
20+
---
21+
22+
#### `enhanced_http` - `v4.2.0`
23+
24+
- **FEAT**(enhanced-http): improved interceptors.
25+
26+
# Change Log
27+
28+
All notable changes to this project will be documented in this file.
29+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
30+
631
## 2023-11-09
732

833
### Changes

packages/enhanced_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.0
2+
3+
- **FEAT**(enhanced-http): improved interceptors.
4+
15
## 4.1.1
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/enhanced_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enhanced_http
22
description: A wrapper around the dart http package provided by Google which is inspired by axios
3-
version: 4.1.1
3+
version: 4.2.0
44
repository: https://github.com/sliit-foss/enhanced_http
55

66
environment:

0 commit comments

Comments
 (0)