Skip to content

Commit

Permalink
Updated for release futoin-asyncsteps 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andvgal committed Jun 6, 2018
1 parent 45bbc2c commit d9e086b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

=== (next) ===
=== 2.0.0 (2018-06-06) ===
CHANGED: huge optimization using @futoin/optihelp tool (5-50% depending on feature)
CHANGED: internal file name refactoring
CHANGED: handling of AsyncTool
Expand Down
4 changes: 2 additions & 2 deletions futoin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "futoin-asyncsteps",
"version": "1.11.5",
"version": "2.0.0",
"vcs": "git",
"rms": "npm",
"rmsRepo": "ignored",
Expand All @@ -16,6 +16,6 @@
"@cid tool update",
"@cid tool exec yarn -- upgrade --latest"
],
"optihelp" : "nodeEnv=production cid tool exec node -- test/optihelp.js"
"optihelp": "nodeEnv=production cid tool exec node -- test/optihelp.js"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "futoin-asyncsteps",
"version": "1.11.5",
"version": "2.0.0",
"description": "Mimic traditional threads in single threaded event loop",
"main": "lib/main-full.js",
"browser": "es5/lib/browser.js",
Expand Down

0 comments on commit d9e086b

Please sign in to comment.