Skip to content

Commit b4148c2

Browse files
committed
0.3.4 New Logo
1 parent f984e3e commit b4148c2

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to the "Auto Select Pasted Text" extension will be documented in this file.
44

5+
## [0.3.4] - 2023-10-28
6+
- New logo!
7+
58
## [0.3.3] - 2023-10-17
69
### Fixed
710
- Resolved bug where certain edge cases could not differentiate auto vs manual selection operations.

autoselectpastedtextlogo.png

-8.29 KB
Binary file not shown.

logo.png

22.8 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "auto-select-pasted-text",
33
"displayName": "Auto Select Pasted Text",
44
"description": "Automatically selects text after it's pasted for quick intents and edits.",
5-
"icon": "autoselectpastedtextlogo.png",
6-
"version": "0.3.3",
5+
"icon": "logo.png",
6+
"version": "0.3.4",
77
"publisher": "davidcahill",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)