Skip to content

Commit ea9a33c

Browse files
author
CAIO VSCE Robot
committed
Release 0.24.0
1 parent 358d3e3 commit ea9a33c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

12+
## [v0.24.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.23.0...v0.24.0) - 2019-05-21
13+
14+
### Merged
15+
16+
- add titlebar inactive background [`#21`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/21)
17+
1218
## [v0.23.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.22.0...v0.23.0) - 2019-05-20
1319

1420
### Merged
1521

1622
- update debugging and dev:init [`#20`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/20)
1723

24+
### Commits
25+
26+
- Release 0.23.0 [`14fbf54`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/14fbf548231e53c95b3534b446e0d0ce19364e45)
27+
1828
## [v0.22.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.21.0...v0.22.0) - 2019-05-20
1929

2030
### 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.23.0",
11+
"version": "0.24.0",
1212
"scripts": {
1313
"build": "node src/index.js",
1414
"clean": "rm -rf themes",

0 commit comments

Comments
 (0)