Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Feb 12, 2021
1 parent 9c86570 commit c442c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yieldmachine",
"version": "0.2.0",
"version": "0.3.0",
"description": "Declarative state machines using generator functions",
"source": "src/index.ts",
"main": "dist/yieldmachine.js",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<p>Define State Machines using Generator Functions</p>
<div>
<a href="https://bundlephobia.com/result?p=yieldmachine">
<img src="https://badgen.net/bundlephobia/minzip/yieldmachine@0.2.0" alt="minified and gzipped size">
<img src="https://badgen.net/bundlephobia/min/yieldmachine@0.2.0" alt="minified size">
<img src="https://badgen.net/bundlephobia/dependency-count/yieldmachine@0.2.0" alt="zero dependencies">
<img src="https://badgen.net/bundlephobia/minzip/yieldmachine@0.3.0" alt="minified and gzipped size">
<img src="https://badgen.net/bundlephobia/min/yieldmachine@0.3.0" alt="minified size">
<img src="https://badgen.net/bundlephobia/dependency-count/yieldmachine@0.3.0" alt="zero dependencies">
</a>
</div>
</div>
Expand Down

0 comments on commit c442c4a

Please sign in to comment.