Comparing version 2.0.1 to 2.0.5
@@ -1,4 +0,28 @@ | ||
<a name="2.0.1"></a> | ||
## <small>2.0.5 (2018-06-13)</small> | ||
* chore(gulp): fix git commit ([55c2980](https://github.com/lbenie/qselector/commit/55c2980)) | ||
* docs(changelog): bumping version to 2.0.4 ([3021597](https://github.com/lbenie/qselector/commit/3021597)) | ||
## <small>2.0.4 (2018-06-13)</small> | ||
* docs(changelog): bumping version to 2.0.3 ([9bd7b33](https://github.com/lbenie/qselector/commit/9bd7b33)) | ||
## <small>2.0.2 (2018-06-13)</small> | ||
* docs(changelog): bumping version to 2.0.2 ([640742b](https://github.com/lbenie/qselector/commit/640742b)) | ||
* chore(stryker): fix tests timeout on travis ([839e3c3](https://github.com/lbenie/qselector/commit/839e3c3)) | ||
* chore(travis): add timeout to stryker ([238aa14](https://github.com/lbenie/qselector/commit/238aa14)) | ||
* chore(travis): stryker concurrent test number ([ae09712](https://github.com/lbenie/qselector/commit/ae09712)) | ||
* chore(yarn): upgrade packages ([71fad3d](https://github.com/lbenie/qselector/commit/71fad3d)) | ||
* fix(test): fix tests ([6b6f20d](https://github.com/lbenie/qselector/commit/6b6f20d)) | ||
## <small>2.0.1 (2018-06-13)</small> | ||
* docs(changelog): bumping version to 2.0.1 ([1751bb0](https://github.com/lbenie/qselector/commit/1751bb0)) | ||
* chore: update typescript, npm and travis configuration files ([aff7bab](https://github.com/lbenie/qselector/commit/aff7bab)) | ||
@@ -9,3 +33,2 @@ * chore(npm): fix typings ([382923a](https://github.com/lbenie/qselector/commit/382923a)) | ||
<a name="2.0.0"></a> | ||
## 2.0.0 (2018-06-01) | ||
@@ -18,3 +41,2 @@ | ||
<a name="1.1.7"></a> | ||
## <small>1.1.7 (2018-04-27)</small> | ||
@@ -27,3 +49,2 @@ | ||
<a name="1.1.6"></a> | ||
## <small>1.1.6 (2018-04-27)</small> | ||
@@ -37,3 +58,2 @@ | ||
<a name="1.1.5"></a> | ||
## <small>1.1.5 (2018-04-27)</small> | ||
@@ -46,3 +66,2 @@ | ||
<a name="1.1.4"></a> | ||
## <small>1.1.4 (2018-04-27)</small> | ||
@@ -55,3 +74,2 @@ | ||
<a name="1.1.3"></a> | ||
## <small>1.1.3 (2018-04-27)</small> | ||
@@ -63,3 +81,2 @@ | ||
<a name="1.1.2"></a> | ||
## <small>1.1.2 (2018-04-27)</small> | ||
@@ -79,3 +96,2 @@ | ||
<a name="1.1.0"></a> | ||
## 1.1.0 (2018-04-27) | ||
@@ -90,3 +106,2 @@ | ||
<a name="1.0.6"></a> | ||
## <small>1.0.6 (2018-04-26)</small> | ||
@@ -101,3 +116,2 @@ | ||
<a name="1.0.5"></a> | ||
## <small>1.0.5 (2018-04-26)</small> | ||
@@ -111,3 +125,2 @@ | ||
<a name="1.0.4"></a> | ||
## <small>1.0.4 (2018-04-26)</small> | ||
@@ -120,3 +133,2 @@ | ||
<a name="1.0.3"></a> | ||
## <small>1.0.3 (2018-04-26)</small> | ||
@@ -131,3 +143,2 @@ | ||
<a name="1.0.2"></a> | ||
## <small>1.0.2 (2018-04-26)</small> | ||
@@ -140,3 +151,2 @@ | ||
<a name="1.0.1"></a> | ||
## <small>1.0.1 (2018-04-26)</small> | ||
@@ -149,3 +159,2 @@ | ||
<a name="1.0.0"></a> | ||
## 1.0.0 (2018-04-26) | ||
@@ -152,0 +161,0 @@ |
{ | ||
"name": "qselector", | ||
"version": "2.0.1", | ||
"version": "2.0.5", | ||
"description": "Aliases for querySelector & querySelectorAll", | ||
"keywords": ["query", "querySelector", "querySelectorAll", "selector", "javascript", "browser"], | ||
"keywords": [ | ||
"query", | ||
"querySelector", | ||
"querySelectorAll", | ||
"selector", | ||
"javascript", | ||
"browser" | ||
], | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"files": ["./lib/"], | ||
"files": [ | ||
"./lib/" | ||
], | ||
"bugs": { | ||
@@ -37,15 +46,15 @@ "url": "https://github.com/lbenie/qselector/issues" | ||
"devDependencies": { | ||
"@commitlint/cli": "^6.1.3", | ||
"@commitlint/config-conventional": "^6.1.3", | ||
"@commitlint/prompt": "^6.1.3", | ||
"@commitlint/cli": "^7.0.0", | ||
"@commitlint/config-conventional": "^7.0.1", | ||
"@commitlint/prompt": "^7.0.0", | ||
"babel-core": "^6.26.0", | ||
"babel-jest": "^22.4.3", | ||
"babel-jest": "^23.0.1", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"commitizen": "^2.9.6", | ||
"conventional-changelog": "^1.1.24", | ||
"conventional-github-releaser": "^2.0.2", | ||
"conventional-changelog": "^2.0.1", | ||
"conventional-github-releaser": "^3.1.2", | ||
"cross-env": "^5.1.4", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"dotenv": "^5.0.1", | ||
"dotenv": "^6.0.0", | ||
"eslint": "^4.19.1", | ||
@@ -60,17 +69,17 @@ "eslint-config-airbnb": "^16.1.0", | ||
"gulp-bump": "^3.1.1", | ||
"gulp-conventional-changelog": "^1.1.24", | ||
"gulp-conventional-changelog": "^2.0.1", | ||
"gulp-git": "^2.5.2", | ||
"gulp-typescript": "^4.0.2", | ||
"gulp-typescript": "^5.0.0-alpha.1", | ||
"husky": "^1.0.0-rc.2", | ||
"jest": "^22.4.3", | ||
"jest": "^23.1.0", | ||
"lint-staged": "^7.0.5", | ||
"minimist": "^1.2.0", | ||
"run-sequence": "^2.2.1", | ||
"stryker": "^0.22.4", | ||
"stryker-api": "^0.16.1", | ||
"stryker-babel-transpiler": "^0.4.2", | ||
"stryker": "^0.24.1", | ||
"stryker-api": "^0.17.2", | ||
"stryker-babel-transpiler": "^0.5.2", | ||
"stryker-baseline-reporter": "^1.0.3", | ||
"stryker-html-reporter": "^0.13.3", | ||
"stryker-javascript-mutator": "^0.6.3", | ||
"stryker-jest-runner": "^0.6.0", | ||
"stryker-html-reporter": "^0.14.2", | ||
"stryker-javascript-mutator": "^0.7.2", | ||
"stryker-jest-runner": "^0.7.0", | ||
"ts-jest": "^22.4.6", | ||
@@ -77,0 +86,0 @@ "typescript": "^2.9.1", |
14264