From 7e49c0482587624dee37d4f3faa6a4d0fe6b225b Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 15 Sep 2021 15:44:19 +0530 Subject: [PATCH] prepare v0.0.2 --- CHANGELOG.md | 13 ++++++++++++- README.md | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02ea0ee..6b069c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- + +### Fixes + +- + +## [v0.0.2] - 15 Sep 2021 + +### Added + - `folded` colors are configurable - Plugin Support check #16 - added iTerm colorscheme #14 @@ -51,5 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release 🎊 -[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.1...main +[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...main +[v0.0.2]: https://github.com/projekt0n/github-nvim-theme/compare/v0.0.2...v0.0.1 [v0.0.1]: https://github.com/projekt0n/github-nvim-theme/tree/v0.0.1 diff --git a/README.md b/README.md index f7e207c9..d87915c1 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ Install the theme with your preferred package manager: [vim-plug](https://github.com/junegunn/vim-plug) ```vim -Plug 'projekt0n/github-nvim-theme' +Plug 'projekt0n/github-nvim-theme', { 'tag': 'v0.0.2' } ``` [packer](https://github.com/wbthomason/packer.nvim) ```lua -use 'projekt0n/github-nvim-theme' +use {"projekt0n/github-nvim-theme", tag = "v0.0.2"} ``` ## Usage