Skip to content

Commit a1d8014

Browse files
committed
updated changelog
1 parent c5b17c0 commit a1d8014

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

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

5-
## [0.1.8] - 2023-09-20
5+
## [0.1.9] - 2023-10-08
6+
- Updated changelog.
7+
8+
## [0.1.8] - 2023-10-08
69

710
### Added
811
- Implemented behavior to deselect text when alphanumeric, symbol, space, or enter keys are pressed while text is selected. This streamlines the editing experience, allowing users to continue typing seamlessly after pasting content.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Auto Select Pasted Text",
44
"description": "Automatically selects text after it's pasted",
55
"icon": "autoselectpastedtextlogo.png",
6-
"version": "0.1.8",
6+
"version": "0.1.9",
77
"publisher": "davidcahill",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)