Skip to content

Commit 7e49c04

Browse files
committed
prepare v0.0.2
1 parent 2bc72d6 commit 7e49c04

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
-
13+
14+
### Fixes
15+
16+
-
17+
18+
## [v0.0.2] - 15 Sep 2021
19+
20+
### Added
21+
1222
- `folded` colors are configurable
1323
- Plugin Support check #16
1424
- added iTerm colorscheme #14
@@ -51,5 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5161

5262
- Initial release 🎊
5363

54-
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main
64+
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...main
65+
[v0.0.2]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...v0.0.1
5566
[v0.0.1]: https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Install the theme with your preferred package manager:
5252
[vim-plug](https://github.com/junegunn/vim-plug)
5353

5454
```vim
55-
Plug 'projekt0n/github-nvim-theme'
55+
Plug 'projekt0n/github-nvim-theme', { 'tag': 'v0.0.2' }
5656
```
5757

5858
[packer](https://github.com/wbthomason/packer.nvim)
5959

6060
```lua
61-
use 'projekt0n/github-nvim-theme'
61+
use {"projekt0n/github-nvim-theme", tag = "v0.0.2"}
6262
```
6363

6464
## Usage

0 commit comments

Comments
 (0)