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:
Kristian Andersen Hole 2022-08-15 22:00:18 +02:00
parent 7cb20a7350
commit 153a2dcfe0
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## [0.6.31] - 2022-07-30
- Rename, and swap, `i` and `w` stash actions to match emacs-magit (#218)
## [0.6.30] - 2022-07-30
- defend against incoming breaking change in internal git extension (#217)

2
package-lock.json generated
View File

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

View File

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