Skip to content

Commit 592e6cf

Browse files
authored
Merge pull request #1047 from p3ol/chore/release-manager-next-version
📦 chore(release): 4.0.5
2 parents 0ea9991 + 640bc04 commit 592e6cf

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
### [4.0.5](https://github.com/p3ol/buddy/compare/v4.0.4...v4.0.5) (2026-05-07)
6+
7+
8+
### Bug Fixes
9+
10+
* **abort-controller:** add abort controller to prevent second sendMessage to be done ([446cf2b](https://github.com/p3ol/buddy/commit/446cf2b))
11+
* **abort-controller:** rename abort into controller and change log level ([3ae0e94](https://github.com/p3ol/buddy/commit/3ae0e94))
12+
* **abort-controller:** reorganize and add log ([f1a3233](https://github.com/p3ol/buddy/commit/f1a3233))
13+
* finish write test ([4982ef3](https://github.com/p3ol/buddy/commit/4982ef3))
14+
* remove queue: false from pingback handler ([c416ff2](https://github.com/p3ol/buddy/commit/c416ff2))
15+
* set spread props at the top of options to override it with custom props ([7124b3f](https://github.com/p3ol/buddy/commit/7124b3f))
16+
* upgrade various deps ([80cbfd6](https://github.com/p3ol/buddy/commit/80cbfd6))
17+
* various fixes ([26ec2bf](https://github.com/p3ol/buddy/commit/26ec2bf))
18+
19+
520
## [4.0.4](https://github.com/p3ol/buddy/compare/v4.0.3...v4.0.4) (2026-04-03)
621

722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poool/buddy",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "🐕 Dead simple cross-domain iframe messaging",
55
"type": "module",
66
"repository": "https://github.com/p3ol/buddy.git",

0 commit comments

Comments
 (0)