Skip to content

Commit ba548b3

Browse files
committed
Fix font color
1 parent cb83d2c commit ba548b3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ Notable changes to the extension will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1] - 2019-02-22
9+
10+
### Fixed
11+
12+
- Wrong text color on extension banner.
13+
814
## 1.0.0 - 2019-02-21
915

1016
### Added
1117

1218
- Initial release
19+
20+
[1.0.1]: https://github.com/mezzode/arc-branch/compare/v1.0.0...v1.0.1

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "arc browse",
44
"publisher": "mezzode",
55
"description": "Adds a command to `arc browse` the current file, for quick access by users of Phabricator and Arcanist.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",
@@ -70,6 +70,6 @@
7070
],
7171
"icon": "images/icon.png",
7272
"galleryBanner": {
73-
"theme": "dark"
73+
"theme": "light"
7474
}
7575
}

0 commit comments

Comments
 (0)