Skip to content

Commit

Permalink
chore(release): 1.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.5](v1.2.4...v1.2.5) (2024-06-22)

### Bug Fixes

* fix ESM build to contain `import` statements with full file extensions ([#49](#49)) ([2aad91d](2aad91d))

### Refactor

* internal logic fix in the multicast channel code (no public behavior impact) - ensure to mark a channel's iterator as closed for further pull attempts as soon as it realizes its parent channel itself had already ended/errored out ([#47](#47)) ([d11a74b](d11a74b))

### Tests

* split the single current test file into two - one having all the tests relevant only for the `iterified` function and the other all the tests relevant only for `iterifiedUnwrapped` ([#48](#48)) ([815d357](815d357))
  • Loading branch information
semantic-release-bot committed Jun 22, 2024
1 parent 2aad91d commit 3907740
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.2.5](https://github.com/shtaif/iterified/compare/v1.2.4...v1.2.5) (2024-06-22)


### Bug Fixes

* fix ESM build to contain `import` statements with full file extensions ([#49](https://github.com/shtaif/iterified/issues/49)) ([2aad91d](https://github.com/shtaif/iterified/commit/2aad91daa155a8ff50ea3cd08e73caed1d4c5e3e))


### Refactor

* internal logic fix in the multicast channel code (no public behavior impact) - ensure to mark a channel's iterator as closed for further pull attempts as soon as it realizes its parent channel itself had already ended/errored out ([#47](https://github.com/shtaif/iterified/issues/47)) ([d11a74b](https://github.com/shtaif/iterified/commit/d11a74b738aeccbbfdfb41c42071507d60be4e67))


### Tests

* split the single current test file into two - one having all the tests relevant only for the `iterified` function and the other all the tests relevant only for `iterifiedUnwrapped` ([#48](https://github.com/shtaif/iterified/issues/48)) ([815d357](https://github.com/shtaif/iterified/commit/815d357090ddea566c5194acd3aa627311b8ac39))

## [1.2.4](https://github.com/shtaif/iterified/compare/v1.2.3...v1.2.4) (2023-09-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iterified",
"version": "1.2.4",
"version": "1.2.5",
"author": "Dor Shtaif <dorshtaif@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/shtaif/iterified",
Expand Down

0 comments on commit 3907740

Please sign in to comment.