chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-01-18 14:19:02 +00:00 committed by Joakim Carlstein
parent 73a8a42e5f
commit 424d3e9903
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': patch
---
Support stored migration histories that have only stored the migration file names without file extension and assume it's .js files in that case. This is to be compatible with a migration history generated by Immigration.

View file

@ -1,5 +1,11 @@
# @emigrate/cli
## 0.14.1
### Patch Changes
- 73a8a42: Support stored migration histories that have only stored the migration file names without file extension and assume it's .js files in that case. This is to be compatible with a migration history generated by Immigration.
## 0.14.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/cli",
"version": "0.14.0",
"version": "0.14.1",
"publishConfig": {
"access": "public"
},