Skip to content

Commit b58d84c

Browse files
author
CAIO VSCE Robot
committed
Release 0.27.0
1 parent 3062d21 commit b58d84c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,26 @@ Versioning](http://semver.org/spec/v2.0.0.html).
99

1010
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1111

12+
## [v0.27.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.26.0...v0.27.0) - 2019-07-23
13+
14+
### Merged
15+
16+
- quickOpen: add colors for quick open [`#28`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/28)
17+
18+
### Commits
19+
20+
- fix lint issue in quick-input [`b6de1e8`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/b6de1e853db556bbdae93ea6656469f5231a8afb)
21+
1222
## [v0.26.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.25.0...v0.26.0) - 2019-07-06
1323

1424
### Merged
1525

1626
- fix theme variants [`#26`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/26)
1727

28+
### Commits
29+
30+
- Release 0.26.0 [`190043e`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/190043e191abb9b08dfa47c747ddbbffa7c47c1e)
31+
1832
## [v0.25.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.24.0...v0.25.0) - 2019-07-06
1933

2034
### Merged

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/chaseadamsio/vscode-theme-neon-night"
99
},
1010
"private": true,
11-
"version": "0.26.0",
11+
"version": "0.27.0",
1212
"scripts": {
1313
"build": "node src/index.js",
1414
"clean": "rm -rf themes",

0 commit comments

Comments
 (0)