Skip to content

Commit 4addce6

Browse files
committed
Bump 0.11.2
1 parent 611f1c5 commit 4addce6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/orm-mysql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const app = new App({
99
name: 'MySQL ORM CLI',
1010
desc: 'migrate, model, seed, etc.',
1111
bin: 'orm-mysql',
12-
version: '0.11.1',
12+
version: '0.11.2',
1313
commands_dir: path.join(__dirname, '../commands'),
1414
});
1515

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiosleo/orm-mysql",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "MySQL ORM tool",
55
"keywords": [
66
"mysql",
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/AxiosLeo/node-orm-mysql"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^20.11.16",
38+
"@types/node": "^20.11.26",
3939
"chai": "^5.0.3",
4040
"eslint": "^8.56.0",
4141
"expect.js": "^0.3.1",

0 commit comments

Comments
 (0)