Skip to content

Commit

Permalink
bump to major version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afnpires committed Jun 3, 2017
1 parent dcd7912 commit ae3c817
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2017/06/03
### Added
- Visual studio color theme
### Changed
- Extension now uses json format instead of tmTheme
### Fixed
- Typescript: coloring for the decrement operator
- Typescript: coloring for variables inside template strings

## [0.3.0] - 2017/02/19
### Added
- Git commit syntax coloring
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": "badjoras-theme",
"displayName": "badjoras theme",
"description": "Yet another theme",
"version": "0.3.0",
"version": "1.0.0",
"publisher": "afnpires",
"license": "MIT",
"author": {
Expand Down

0 comments on commit ae3c817

Please sign in to comment.