Skip to content

Commit

Permalink
-> v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoghi committed Jul 20, 2020
1 parent 6f5a135 commit 8e03ccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unitflow changelog

## 1.0.1 - 2020-07-20

* Named export
* Updated dev-dependencies

## 1.0.0 - 2020-03-02

* Dependency feature released!
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": "@alumna/unitflow",
"version": "1.0.0",
"version": "1.0.1",
"description": "Organize your library or project, defining flows composable by a sequence of units",
"main": "dist/unitflow.cjs.js",
"module": "dist/unitflow.es.js",
Expand Down

0 comments on commit 8e03ccf

Please sign in to comment.