Skip to content

Commit 9973881

Browse files
committed
Bumps to v11.6.0
1 parent 9a47409 commit 9973881

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [11.6.0] - 2021-07-13
88

99
### Added
1010

@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1313

1414
### Changed
1515

16-
- Dynamically generates hashes and nonces for webview script and style tags for better
16+
- Dynamically generates hashes and nonces for webview `<script>` and `<style>` tags for better security
1717

1818
### Fixed
1919

@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2525
- Fixes [#1449](https://github.com/eamodio/vscode-gitlens/issues/1449) - Configured remotes not showing up in quickpick menu when opening commit on remote
2626
- Fixes issues where auto-linking of GitHub 3rd party issue links didn't always work
2727
- Fixes issue with long commit messages on rebase editor
28+
- Fixes compatibility issue with Live Share
2829

2930
## [11.5.1] - 2021-06-14
3031

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
5-
"version": "11.5.1",
5+
"version": "11.6.0",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

0 commit comments

Comments
 (0)