Skip to content

Commit 65d1a23

Browse files
committed
v4.1.0
1 parent 23a31c9 commit 65d1a23

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## v4.1.0 - 2024-03-16
4+
5+
### Perf
6+
7+
* [b301697](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/b301697) refactor: use `onStartupFinished` for activate extention event
8+
9+
### Others
10+
11+
* [097d8b9](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/097d8b9) docs: update LICENSE year
12+
* [03db2f9](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/03db2f9) docs: update images
13+
* [eb18992](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/eb18992) chore: require `npm+10`
14+
* [80f41f6](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/80f41f6) chore: require `node+20`
15+
* [3d5ffbb](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/3d5ffbb) chore: replace `tab` to `space2` in `package.json`
16+
* [88fe063](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/88fe063) ci: update actions
17+
* [ee4e074](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/ee4e074) chore(deps): bump `@vscode/vsce` and `@vscode/test-electron`
18+
* [9048839](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/9048839) ci: ignore `fail-fast`
19+
* [a400bc5](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/a400bc5) chore: delete unnecessary file
20+
* [691f3de](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/691f3de) test: change `mocha` default timeout
21+
* [fd9a8e1](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/fd9a8e1) chore(deps): update dependencies
22+
* [23a31c9](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/23a31c9) chore(deps): bump `blob` from `8.0.3` to `10.3.10`
23+
324
## v4.0.0 - 2023-05-05
425

526
### Breaking Changes

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": "current-file-path",
33
"displayName": "Current File Path",
44
"description": "Display current file's path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.",
5-
"version": "4.0.0",
5+
"version": "4.1.0",
66
"publisher": "yoshinorin",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)