Skip to content

Commit cbad8b4

Browse files
committed
v2.1.3
1 parent f9fe1ae commit cbad8b4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

33
All notable changes to the "package-json-upgrade" extension will be documented in this file.
44

5+
## 2.1.3
6+
7+
- Upgrades no longer shown in gitDiff view
8+
- Fix issue with flickering and disappearing upgrade text
9+
510
## 2.1.2
611

712
- Downgrade npm-registry-fetch to avoid issue with npm registry on localhost

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": "package-json-upgrade",
33
"displayName": "Package Json Upgrade",
44
"description": "Shows available updates in package.json files. Offers quick fix command to update them and to show the changelog.",
5-
"version": "2.1.2",
5+
"version": "2.1.3",
66
"publisher": "codeandstuff",
77
"license": "MIT",
88
"icon": "logo/icon.png",

0 commit comments

Comments
 (0)