Skip to content

Commit 564d1d6

Browse files
committed
0.3.1
1 parent a10208d commit 564d1d6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
- Adds `runToCompletion` which can run a migration synchronously from an action,
6+
stopping if the action times out or fails.
7+
38
## 0.3.0
49

510
- Adds /test and /\_generated/component.js entrypoints

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]",
88
"url": "https://github.com/get-convex/migrations/issues"
99
},
10-
"version": "0.3.0",
10+
"version": "0.3.1",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",

0 commit comments

Comments
 (0)