We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514b5c6 commit 4bb9a88Copy full SHA for 4bb9a88
3 files changed
.changeset/yield.md
packages/modules/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @gwigz/slua-modules
2
3
+## 0.3.0
4
+
5
+### Minor Changes
6
7
+- [`2eb2b30`](https://github.com/gwigz/slua/commit/2eb2b302bee6a4619900cec6a21b253b997145bd) Thanks [@gwigz](https://github.com/gwigz)! - `yield` module with coroutine-based wrappers
8
9
## 0.2.0
10
11
### Minor Changes
packages/modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@gwigz/slua-modules",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Shared runtime modules for SLua projects",
"license": "MIT",
"repository": {
0 commit comments