Skip to content

Commit

Permalink
Merge pull request #55 from frouriojs/develop
Browse files Browse the repository at this point in the history
chore(release): 0.1.2
  • Loading branch information
solufa authored Jan 25, 2021
2 parents 2017656 + 888f2bd commit 50a8da5
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 343 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.2](https://github.com/frouriojs/typeormer/compare/v0.1.1...v0.1.2) (2021-01-25)


### Bug Fixes

* update [email protected] ([cea5348](https://github.com/frouriojs/typeormer/commit/cea5348df6050d4c703b348d3783d8c476b69c35))

### [0.1.1](https://github.com/frouriojs/typeormer/compare/v0.1.0...v0.1.1) (2020-11-07)


Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeormer",
"version": "0.1.1",
"version": "0.1.2",
"description": "TypeORM helper",
"author": "Solufa <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -32,10 +32,6 @@
"keywords": [
"typescript"
],
"dependencies": {
"chokidar": "^3.4.2",
"minimist": "^1.2.5"
},
"eslintConfig": {
"env": {
"es6": true,
Expand Down Expand Up @@ -83,24 +79,28 @@
}
]
},
"dependencies": {
"chokidar": "^3.5.1",
"minimist": "^1.2.5"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/minimist": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.1",
"@types/jest": "^26.0.20",
"@types/minimist": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-standard": "^5.0.0",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.3",
"typescript": "^4.0.5"
"prettier": "^2.2.1",
"standard-version": "^9.1.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}
Loading

0 comments on commit 50a8da5

Please sign in to comment.