chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-12-20 14:27:33 +00:00 committed by Joakim Carlstein
parent 9a605a85f1
commit 3c54917c35
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Add support for loading TypeScript migration files in the default loader

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Add a guide for running migration files written in TypeScript to the documentation

View file

@ -1,5 +1,12 @@
# @emigrate/cli
## 0.13.0
### Minor Changes
- 9a605a8: Add support for loading TypeScript migration files in the default loader
- 9a605a8: Add a guide for running migration files written in TypeScript to the documentation
## 0.12.0
### Minor Changes

View file

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