Comparing version 1.0.3 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/Safe-Security/praxios/compare/v1.0.3...v1.1.0) (2021-12-04) | ||
### Features | ||
* **actions:** added coverage.yml ([#10](https://github.com/Safe-Security/praxios/issues/10)) ([d372cbd](https://github.com/Safe-Security/praxios/commit/d372cbdea52aac342f24693ff659529a2320e5cc)) | ||
## [1.0.3](https://github.com/Safe-Security/praxios/compare/v1.0.2...v1.0.3) (2021-10-01) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "praxios", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "wrapper to support corporate proxies in axios", | ||
@@ -18,4 +18,4 @@ "main": "dist/index.js", | ||
"@commitlint/config-conventional": "^13.2.0", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/jest": "^27.0.2", | ||
@@ -30,4 +30,5 @@ "husky": "^7.0.2", | ||
"test": "jest", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"test:coverage:jest": "jest --silent --ci --json --coverage --testLocationInResults --outputFile=\"report.json\" --forceExit" | ||
} | ||
} |
7229