Skip to content

Commit 35c5a7a

Browse files
committed
Version 0.2.0
1 parent 8f3d1c3 commit 35c5a7a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yieldmachine",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Declarative state machines using generator functions",
55
"source": "src/index.ts",
66
"main": "dist/yieldmachine.js",

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center">
22
<h1>👑 ⚙️ Yield Machine</h1>
33
<a href="https://bundlephobia.com/result?p=yieldmachine">
4-
<img src="https://badgen.net/bundlephobia/minzip/yieldmachine@0.1.2" alt="minified and gzipped size">
5-
<img src="https://badgen.net/bundlephobia/min/yieldmachine@0.1.2" alt="minified size">
6-
<img src="https://badgen.net/bundlephobia/dependency-count/yieldmachine@0.1.2" alt="zero dependencies">
4+
<img src="https://badgen.net/bundlephobia/minzip/yieldmachine@0.2.0" alt="minified and gzipped size">
5+
<img src="https://badgen.net/bundlephobia/min/yieldmachine@0.2.0" alt="minified size">
6+
<img src="https://badgen.net/bundlephobia/dependency-count/yieldmachine@0.2.0" alt="zero dependencies">
77
</a>
88
</div>
99

0 commit comments

Comments
 (0)