Skip to content

Commit d7c5633

Browse files
author
CAIO VSCE Robot
committed
Release 0.21.0
1 parent 28e38ab commit d7c5633

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

12+
## [v0.21.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.20.0...v0.21.0) - 2019-05-20
13+
14+
### Commits
15+
16+
- chore: cleanup names in GitHub Workflow [`8b4a35f`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/8b4a35ffa4727260ded35506392f13c67bf9804a)
17+
- 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)
19+
1220
## [v0.20.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.19.0...v0.20.0) - 2019-05-19
1321

22+
### Commits
23+
24+
- Release 0.20.0 [`241fd36`](https://github.com/chaseadamsio/vscode-theme-neon-night/commit/241fd36361857a9a3694097af9f50ada2c9b3de3)
25+
1426
## [v0.19.0](https://github.com/chaseadamsio/vscode-theme-neon-night/compare/v0.18.0...v0.19.0) - 2019-05-19
1527

1628
### Commits

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

0 commit comments

Comments
 (0)