Skip to content

Commit 4b7a856

Browse files
author
CAIO VSCE Robot
committed
Release 0.22.0
1 parent e8f77d4 commit 4b7a856

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,23 @@ Versioning](http://semver.org/spec/v2.0.0.html).
99

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

12+
## [v0.22.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.21.0...v0.22.0) - 2019-05-20
13+
14+
### Merged
15+
16+
- feature: modify json value colors [`#19`](https://github.com/chaseadamsio/vscode-theme-neon-night/pull/19)
17+
18+
### Commits
19+
20+
- modify json value colors [`5948584`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/594858452868d03483eca3fd82a63f5d5121580b)
21+
1222
## [v0.21.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.20.0...v0.21.0) - 2019-05-20
1323

1424
### Commits
1525

26+
- Release 0.21.0 [`d7c5633`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/d7c5633c97fcbdc9e3ea1cc808f8b54eea5d5762)
1627
- chore: cleanup names in GitHub Workflow [`8b4a35f`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/8b4a35ffa4727260ded35506392f13c67bf9804a)
1728
- add prepublish to dev in readme [`28e38ab`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/28e38ab9a9c5f226d660b122ae411d69b0de3742)
18-
- chore: rename master GH Action [`711e523`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/711e523dfccfad8adc2549b866ff25e9c65bcc78)
1929

2030
## [v0.20.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.19.0...v0.20.0) - 2019-05-19
2131

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

0 commit comments

Comments
 (0)