Skip to content

Commit cf4f5d8

Browse files
committed
docs: fix readme and modify changelog
1 parent 8098223 commit cf4f5d8

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG.md

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

3+
## 0.0.1 (2022-07-30)
4+
5+
### Bug Fixes
6+
7+
- check if the last version is successful
8+
- correct nodejs version
9+
310
## 0.0.0 (2022-07-29)
411

512
### Features

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ and runs those generated migrations.
1212

1313
## Requirements
1414

15-
| Engine/Package | Version | Optional |
16-
|------------------------|----------|----------|
17-
| Node.js | >=12.9.0 | |
18-
| [TypeORM][typeorm] | ^0.3.0 | |
19-
| [Node MySQL 2][mysql2] | ^2.2.5 | |
20-
| [ts-node][ts-node] | ^10.7.0 | true |
15+
| Engine/Package | Version | Optional |
16+
|------------------------|------------------|----------|
17+
| Node.js | ^12.20.0 or >=14 | |
18+
| [TypeORM][typeorm] | ^0.3.0 | |
19+
| [Node MySQL 2][mysql2] | ^2.2.5 | |
20+
| [ts-node][ts-node] | ^10.7.0 | true |
2121

2222
## Installation
2323

@@ -97,7 +97,8 @@ npx typeorm-migrate-sql goto my_schema 1637690400000
9797

9898
These commands run migrations to a version. `up` applies an up migration, `down`
9999
applies a down migration, while `goto` migrates to the specific version.
100-
Similarly, options can be set via cli.
100+
Similarly, options can be set via cli. Note that if the last migration failed,
101+
these commands will also fail.
101102

102103
## Inspiration
103104

0 commit comments

Comments
 (0)