diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f62d56..80c775f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,22 @@ Versioning](http://semver.org/spec/v2.0.0.html). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.24.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.23.0...v0.24.0) - 2019-05-21 + +### Merged + +- add titlebar inactive background [`#21`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/21) + ## [v0.23.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.22.0...v0.23.0) - 2019-05-20 ### Merged - update debugging and dev:init [`#20`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/20) +### Commits + +- Release 0.23.0 [`14fbf54`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/14fbf548231e53c95b3534b446e0d0ce19364e45) + ## [v0.22.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.21.0...v0.22.0) - 2019-05-20 ### Merged diff --git a/package.json b/package.json index b549ad8..7ee2b3d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/chaseadamsio/vscode-theme-neon-night" }, "private": true, - "version": "0.23.0", + "version": "0.24.0", "scripts": { "build": "node src/index.js", "clean": "rm -rf themes",