Skip to content

Commit

Permalink
1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Sep 20, 2022
1 parent b58cef7 commit f84ced1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.18.1] - 2022-09-20
### Fixed
- Theme settings being deleted if nothing is selected when running `Base16: Activate theme` command
- Duplicate themes appearing in item picker list when running `Base16: Activate theme` command

## [1.18.0] - 2022-09-20
### Added
- Added support for persisting active themes across updates. See [issue #15](https://github.com/golf1052/base16-generator/issues/15). Thanks @melck!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "base16-generator",
"displayName": "Base16 Theme Generator",
"description": "All Base16 themes available on the fly",
"version": "1.18.0",
"version": "1.18.1",
"publisher": "golf1052",
"keywords": [
"base16"
Expand Down

0 comments on commit f84ced1

Please sign in to comment.