-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from Polymer/git-local-resolve
Detect relative local git repo paths in a more reliable way
- Loading branch information
Showing
6 changed files
with
641 additions
and
695 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,21 @@ project adheres to [Semantic Versioning](http://semver.org/). | |
|
||
<!-- ## Unreleased --> | ||
|
||
## [0.5.9] 2021-04-22 | ||
|
||
- Fix bug where git URLs like `[email protected]/MyOrg/my-repo.git` were treated as | ||
local paths. | ||
|
||
- Bump dependencies. | ||
|
||
## [0.5.8] 2021-02-16 | ||
|
||
- Upgrade `systeminformation` dependency with security vulnerability alert. | ||
|
||
## [0.5.7] 2021-02-11 | ||
|
||
- Add `trace` config to capture performance logs from browsers (currently only | ||
Chromium based browsers). | ||
- Add `trace` config to capture performance logs from browsers (currently only | ||
Chromium based browsers). | ||
|
||
## [0.5.6] 2021-02-03 | ||
|
||
|
Oops, something went wrong.