Skip to content

Commit

Permalink
Bump 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Jan 2, 2025
1 parent a7edc3d commit be3c196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/orm-mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const app = new App({
name: 'MySQL ORM CLI',
desc: 'migrate, model, seed, etc.',
bin: 'orm-mysql',
version: '0.11.2',
version: '0.11.3',
commands_dir: path.join(__dirname, '../commands'),
});

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiosleo/orm-mysql",
"version": "0.11.2",
"version": "0.11.3",
"description": "MySQL ORM tool",
"keywords": [
"mysql",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/AxiosLeo/node-orm-mysql"
},
"devDependencies": {
"@types/node": "^20.11.26",
"@types/node": "^20.11.36",
"chai": "^5.0.3",
"eslint": "^8.56.0",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit be3c196

Please sign in to comment.