Skip to content

Commit

Permalink
Update extract-emails-from-clipboard extension
Browse files Browse the repository at this point in the history
- chore: update package-lock.json
- chore: add version 1.0.0 and update changelog
  • Loading branch information
digisavvy committed Dec 1, 2024
1 parent 2b69b15 commit d7f7da9
Show file tree
Hide file tree
Showing 3 changed files with 968 additions and 264 deletions.
19 changes: 18 additions & 1 deletion extensions/extract-emails-from-clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Extract Emails from Clipboard Changelog

## [Initial Version] - {PR_MERGE_DATE}
## [1.0.0] - 2024-03-01

### Added
- Initial release of the extension
- Extract email addresses from clipboard text
- Support for comma-separated format (default)
- Support for space-separated format using ⌘↩
- Direct paste option to paste extracted emails into any application

### Changed
- Updated Node.js compatibility to v20.5.0 or later
- Updated dependencies to latest versions
- Fixed code style and linting issues

### Fixed
- Resolved duplicate directory structure
- Updated package-lock.json to newer format
- Fixed ESLint warnings regarding title case naming
Loading

0 comments on commit d7f7da9

Please sign in to comment.