Skip to content

Commit

Permalink
Version Packages (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 24, 2024
1 parent 790a76c commit faed1fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/curvy-ligers-rule.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @daiso-tech/core

## 0.5.0

### Minor Changes

- 790a76c: # IAsyncCollection and AsyncIterableCollection
Changed IAsyncCollection contract to use PromiseLike instead of Promise.
Changed AsyncIterableCollection to use LazyPromise instead of Promise.
Removed all try catches catched unknown errors.
Renamed timeout to takeUntilTimeout, and abort to takeUntilAbort.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@daiso-tech/core",
"private": false,
"version": "0.4.0",
"version": "0.5.0",
"author": "Yousif Abdulkarim",
"license": "Apache-2.0",
"main": "./dist/cjs/_module.js",
Expand Down

0 comments on commit faed1fe

Please sign in to comment.