Skip to content

Commit 6f143fb

Browse files
authored
chore(release): 1.2.0 (#74)
1 parent f00c428 commit 6f143fb

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.2.0](https://github.com/SAP/vs-code-extension-for-project-credential-digger/compare/v1.1.0...v1.2.0) (2023-09-18)
6+
7+
### Features
8+
9+
- **extension:** exclude files from scan ([#62](https://github.com/SAP/vs-code-extension-for-project-credential-digger/issues/62)) ([9b92871](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/9b928714d97a7c8444cc142b25c05e0fd4eb1f2c))
10+
- **logging:** add correlation id ([#73](https://github.com/SAP/vs-code-extension-for-project-credential-digger/issues/73)) ([f00c428](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/f00c428ce44617ab37b0dc6b4cd76c69cb651415))
11+
- **webrunner:** report on number of discoveries ([#61](https://github.com/SAP/vs-code-extension-for-project-credential-digger/issues/61)) ([9d28d2b](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/9d28d2b478043495a1069751ff5c42e0275d6ebb))
12+
13+
### Bug Fixes
14+
15+
- **runner:** support password model ([#72](https://github.com/SAP/vs-code-extension-for-project-credential-digger/issues/72)) ([7cb152e](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/7cb152e15565214fa943aecd9dc3ff478fedb66c))
16+
517
## [1.1.0](https://github.com/SAP/vs-code-extension-for-project-credential-digger/compare/v1.0.0...v1.1.0) (2023-08-30)
618

719
### Bug Fixes
@@ -15,7 +27,7 @@ All notable changes to this project will be documented in this file. See [standa
1527

1628
- **webserverrunner:** expose server certificate validation as config param ([#52](https://github.com/SAP/vs-code-extension-for-project-credential-digger/issues/52)) ([409444b](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/409444b13a70122add29bb1be2365b63003644b9))
1729

18-
### 0.0.5 (2023-08-28)
30+
### [0.0.5](https://github.com/SAP/vs-code-extension-for-project-credential-digger/compare/v0.0.4...v0.0.5) (2023-08-28)
1931

2032
### Features
2133

@@ -40,19 +52,19 @@ All notable changes to this project will be documented in this file. See [standa
4052
- **utils:** fix crypto import ([50717ab](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/50717ab2064bb47a5068d2dbd4c6b84f62f805ab))
4153
- **utils:** properly convert raw data to discoveries ([6e49fa1](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/6e49fa15c52aaade95f707fd02a26755d10462e3))
4254

43-
### 0.0.4 (2023-07-27)
55+
### [0.0.4](https://github.com/SAP/vs-code-extension-for-project-credential-digger/compare/v0.0.3...v0.0.4) (2023-07-27)
4456

4557
### Bug Fixes
4658

4759
- **extension:** change display name ([#38](https://github.com/SAP/vs-code-extension-for-project-credential-digger/pull/38))([ca2ac1d](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/ca2ac1d5d1c7f6142b2fc501d2fdc49f68056cfe))
4860

49-
### 0.0.3 (2023-07-25)
61+
### [0.0.3](https://github.com/SAP/vs-code-extension-for-project-credential-digger/compare/v0.0.2...v0.0.3) (2023-07-25)
5062

5163
### Bug Fixes
5264

5365
- **extension:** change display name of the extension ([#36](https://github.com/SAP/vs-code-extension-for-project-credential-digger/pull/36)) ([70e6763](https://github.com/SAP/vs-code-extension-for-project-credential-digger/commit/70e676384aa760593732b5ede803a749dd28b615))
5466

55-
### 0.0.2 (2023-07-20)
67+
### [0.0.2](https://github.com/SAP/vs-code-extension-for-project-credential-digger/compare/v0.0.1...v0.0.2) (2023-07-20)
5668

5769
### Bug Fixes
5870

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vs-code-extension-for-project-credential-digger",
33
"displayName": "VS Code extension for project \"Credential Digger\"",
44
"description": "Runs credential digger scan",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"icon": "resources/logo-CD.png",
77
"keywords": [
88
"Credential Digger",

0 commit comments

Comments
 (0)