Skip to content

Commit 47de99e

Browse files
ryu1knclaude
andcommitted
Bump up version to v1.4.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8fea0a5 commit 47de99e

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to "Partial Diff" extension will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.4] - 2026-03-29
9+
### Changed
10+
- Updated Webpack to restore extension packaging and publishing.
11+
812
## [1.4.3] - 2021-04-15
913
### Changed
1014
- Improved the extension startup time by bundling js files into one. 10 times average has improved from 154ms to 7.8ms (95% reduced). [#46](https://github.com/ryu1kn/vscode-partial-diff/issues/46)

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": "partial-diff",
33
"displayName": "Partial Diff",
44
"description": "Compare (diff) text selections within a file, across files, or to the clipboard",
5-
"version": "1.4.3",
5+
"version": "1.4.4",
66
"publisher": "ryu1kn",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/partial-diff_128x128.png",

0 commit comments

Comments
 (0)