Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
chore: release v0.2.1 (#9)
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 Jan 19, 2021
1 parent ff2ee73 commit 566a66c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.1](https://github.com/KnisterPeter/topological-promise-queue/compare/v0.2.0...v0.2.1) (2021-01-19)


### Bug Fixes

* fix npm packaging ([ff2ee73](https://github.com/KnisterPeter/topological-promise-queue/commit/ff2ee7381334c1de94ad4bc0f6db9944b43a4c0e))



# 0.2.0 (2021-01-19)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "topological-promise-queue",
"version": "0.2.0",
"version": "0.2.1",
"description": "Run promises in order of a directed acyclic graph",
"source": "index.js",
"main": "./dist/tpq.js",
Expand Down

0 comments on commit 566a66c

Please sign in to comment.