Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit aa6e146

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2020-04-26) ### Bug Fixes * [#19](#19) consistent vuln count across auth/unauth requests ([b2c5a16](b2c5a16)) * adds support for assets hosted on github ([fb383b4](fb383b4)) * do not scan local modules ([21c5934](21c5934)) * prevent npm publication ([647c3ff](647c3ff)) * supports eg/file.js ([5b1c6a0](5b1c6a0)) ### Features * adds Command to remove auth token from local config ([7baa5f8](7baa5f8)) * adds setting to ignore based on paths ([748c178](748c178)) * adds support for ajax.aspnet.com ([241bc45](241bc45)) * use js|typescript config regex ([4113c0f](4113c0f))
1 parent e9aee02 commit aa6e146

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changes
22

3+
# [1.2.0](https://github.com/snyk/vulncost/compare/v1.1.0...v1.2.0) (2020-04-26)
4+
5+
6+
### Bug Fixes
7+
8+
* [#19](https://github.com/snyk/vulncost/issues/19) consistent vuln count across auth/unauth requests ([b2c5a16](https://github.com/snyk/vulncost/commit/b2c5a167522e511f30e3685fdb2c9cc493aff89a))
9+
* adds support for assets hosted on github ([fb383b4](https://github.com/snyk/vulncost/commit/fb383b47a36a8d8d67b071c58342083a434ae4f3))
10+
* do not scan local modules ([21c5934](https://github.com/snyk/vulncost/commit/21c5934aac3494be657a1e9274e3f0cc8e10a358))
11+
* prevent npm publication ([647c3ff](https://github.com/snyk/vulncost/commit/647c3ff0ca1b63f121ebcb597676fb0341b40ad2))
12+
* supports eg/file.js ([5b1c6a0](https://github.com/snyk/vulncost/commit/5b1c6a05b95a4360551b8f671335ee7c1e49d94b))
13+
14+
15+
### Features
16+
17+
* adds Command to remove auth token from local config ([7baa5f8](https://github.com/snyk/vulncost/commit/7baa5f8983162c66ee00affeac957682db32942b))
18+
* adds setting to ignore based on paths ([748c178](https://github.com/snyk/vulncost/commit/748c178867700ec0d07e5a02f1a5cb20abb75db2))
19+
* adds support for ajax.aspnet.com ([241bc45](https://github.com/snyk/vulncost/commit/241bc45833cf7223f479a28b64a8597fd4af5da0))
20+
* use js|typescript config regex ([4113c0f](https://github.com/snyk/vulncost/commit/4113c0f38b682eaadf1f6f98f1e9900099ad2a66))
21+
322
## 1.0.0
423

524
Initial release

0 commit comments

Comments
 (0)