1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

changelog

This commit is contained in:
kahole 2023-06-28 21:13:35 +02:00
parent 3c2522e7bf
commit 9fedb1702c
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [0.6.43]
- When discarding a file change fails because of resolved conflicts (e.g. during merge) prompt to checkout our stage,
their stage or to leave conflicts for manual resolving. @tzemanovic (Tomas Zemanovic)
## [0.6.41]
- Truncate large behind-upstream list to fix issue (#255) where the extension would grind to a halt. (@bjackman
Brendan Jackman)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "magit",
"version": "0.6.42",
"version": "0.6.43",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "magit",
"version": "0.6.42",
"version": "0.6.43",
"license": "MIT",
"dependencies": {
"@vscode/iconv-lite-umd": "^0.7.0",

View File

@ -7,7 +7,7 @@
"author": {
"name": "Kristian Andersen Hole"
},
"version": "0.6.42",
"version": "0.6.43",
"engines": {
"vscode": "^1.50.0"
},