Browse Source

Preps v6.0.0-beta2

main
Eric Amodio 7 years ago
parent
commit
13f76a299d
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 1
- 1
CHANGELOG.md View File

@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased] ## [Unreleased]
## [6.0.0-beta] - 2017-11-02
## [6.0.0-beta2] - 2017-11-03
ATTENTION! To support multi-root workspaces some underlying fundamentals had to change, so please expect and report issues. Thanks! ATTENTION! To support multi-root workspaces some underlying fundamentals had to change, so please expect and report issues. Thanks!

+ 1
- 1
package-lock.json View File

@ -1,6 +1,6 @@
{ {
"name": "gitlens", "name": "gitlens",
"version": "6.0.0-beta",
"version": "6.0.0-beta2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{ {
"name": "gitlens", "name": "gitlens",
"version": "6.0.0-beta",
"version": "6.0.0-beta2",
"author": { "author": {
"name": "Eric Amodio", "name": "Eric Amodio",
"email": "eamodio@gmail.com" "email": "eamodio@gmail.com"

Loading…
Cancel
Save