Skip to content

Commit 632afa2

Browse files
committed
v0.5.2
1 parent e8bc6ff commit 632afa2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## [0.5.1](https://github.com/chouchouji/alias-manager/compare/v0.5.0...v0.5.1) (2025-02-14)
1+
## [0.5.2](https://github.com/chouchouji/alias-manager/compare/v0.5.0...v0.5.2) (2025-02-15)
22

33
### Bug Fixes
44

55
- resolve display exception when command contains equal sign ([#21](https://github.com/chouchouji/alias-manager/issues/21)) ([58fb373](https://github.com/chouchouji/alias-manager/commit/58fb373ee1cd79c0556431b4e84f944cba8600ae))
66

77
### Performance Improvements
88

9+
- remind user to create file if there is no .zshrc file available ([e8bc6ff](https://github.com/chouchouji/alias-manager/commit/e8bc6ffa3857a65c78cda6eb2781e65d7a708c1c))
910
- skip to resolving clipboard when target alias is subset of source alias ([4a00c8f](https://github.com/chouchouji/alias-manager/commit/4a00c8f209bec514cd9dfd09664d301e27d8c44e))
1011

1112
# [0.5.0](https://github.com/chouchouji/alias-manager/compare/v0.4.3...v0.5.0) (2025-02-13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alias-manager",
33
"displayName": "Alias Manager",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "System alias manager",
66
"categories": [
77
"Other",

0 commit comments

Comments
 (0)