Skip to content

Commit

Permalink
chore(version): bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Apr 30, 2024
1 parent cf256ab commit ba71f95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this project will be documented in this file.

### [0.1.0](https://github.com/wopjs/async-seq/compare/v0.0.1...v0.1.0) (2024-04-30)

### Features

* add `wait` method to wait for the sequence to finish.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wopjs/async-seq",
"version": "0.0.1",
"version": "0.1.0",
"description": "Run async functions in sequence.",
"repository": "wopjs/async-seq",
"main": "./dist/index.js",
Expand Down

0 comments on commit ba71f95

Please sign in to comment.