From 3be3ae05a82bb789d039ed106f4f9240c10f6c5a Mon Sep 17 00:00:00 2001 From: beicause <1494181792@qq.com> Date: Mon, 27 May 2024 12:41:07 +0800 Subject: [PATCH] Release v1.2.0 --- .github/workflows/deploy.yml | 5 ----- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb84dc4..82f4660 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,9 +5,6 @@ on: tags: - 'v*' -permissions: - contents: write - jobs: deploy: runs-on: ubuntu-latest @@ -32,11 +29,9 @@ jobs: files: out/vsix/*.vsix - name: Publish to VS Code Marketplace - if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' run: npm run deploy env: VSCE_PAT: ${{ secrets.VSCE_PAT }} - name: Publish to Open VSX - if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' run: npm run deploy_ovsx -p ${{ secrets.OVSX_PAT }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff381b2..aaf9e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.2.0] 2024-05-27 +- add `Call-graph: Max Depth` setting for both incoming and outgoing call graphs. + ## [1.1.5] 2024-03-20 - fix .callgraphignore not working in windows diff --git a/package-lock.json b/package-lock.json index ca55148..3fea479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "call-graph", - "version": "1.1.5", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "call-graph", - "version": "1.1.5", + "version": "1.2.0", "license": "Apache", "dependencies": { "ignore": "^5.2.4" diff --git a/package.json b/package.json index 96b52c5..10e061a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "call-graph", "displayName": "Call Graph", "description": "call graph for vscode", - "version": "1.1.5", + "version": "1.2.0", "publisher": "LuoZhihao", "engines": { "vscode": "^1.65.0"