From 4b7a856499d6ed07497e6e754dc6e160ab62f924 Mon Sep 17 00:00:00 2001 From: CAIO VSCE Robot Date: Mon, 20 May 2019 19:25:29 +0000 Subject: [PATCH] Release 0.22.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c219d6..0cde63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,23 @@ Versioning](http://semver.org/spec/v2.0.0.html). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.22.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.21.0...v0.22.0) - 2019-05-20 + +### Merged + +- feature: modify json value colors [`#19`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/19) + +### Commits + +- modify json value colors [`5948584`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/594858452868d03483eca3fd82a63f5d5121580b) + ## [v0.21.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.20.0...v0.21.0) - 2019-05-20 ### Commits +- Release 0.21.0 [`d7c5633`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/d7c5633c97fcbdc9e3ea1cc808f8b54eea5d5762) - chore: cleanup names in GitHub Workflow [`8b4a35f`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/8b4a35ffa4727260ded35506392f13c67bf9804a) - add prepublish to dev in readme [`28e38ab`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/28e38ab9a9c5f226d660b122ae411d69b0de3742) -- chore: rename master GH Action [`711e523`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/711e523dfccfad8adc2549b866ff25e9c65bcc78) ## [v0.20.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.19.0...v0.20.0) - 2019-05-19 diff --git a/package.json b/package.json index 4593156..5b39a9e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/chaseadamsio/vscode-theme-neon-night" }, "private": true, - "version": "0.21.0", + "version": "0.22.0", "scripts": { "build": "node src/index.js", "clean": "rm -rf themes",