Skip to content
Open

1.0.0 #132

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Release History

* 1.0.0 Adding typescript.

* 0.2.4 Use jest for testing and remove unused dependencies
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ $ npm install promise-iterate
Changelog
---------

* 1.0.0 Adding typescript.

* 0.2.3 Fix loading on Node >= 7.6.0.

* 0.2.2 Fix package.json again so it can be published properly.
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": "promise-iterate",
"version": "0.2.4",
"version": "1.0.0",
Copy link
Copy Markdown
Contributor Author

@Agezao Agezao Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from 0.2.3 -> 1.0.0 due to breaking change

"description": "Iteration over cursor-like objects with async/await",
"scripts": {
"build": "rm -rf dist/ && tsc",
Expand Down