1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-10-26 09:00:54 +03:00

changelog

This commit is contained in:
kahole 2021-09-06 18:01:22 +02:00
parent 6f8a63de8a
commit 227c03d87b
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## [0.6.22]
- Bugfix: Make prompt asking to stage changes not abort empty commits. (Empty commits are sometimes valid)
## [0.6.21]
- implement commit log for single file/path [Nam Nguyen @Namburgesas]
- show stdout in addition to stderr on error [Nam Nguyen @Namburgesas]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "magit",
"version": "0.6.21",
"version": "0.6.22",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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