Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 12, 2017
1 parent a295cc6 commit b2973a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change Log

### [v2.0.0](https://github.com/wyze/vscode-hybrid-next/releases/tag/v2.0.0) (2017-03-12)

* [[`a295cc6183`](https://github.com/wyze/vscode-hybrid-next/commit/a295cc6183)] - Add color for regex (Neil Kistner)
* [[`578768c9ea`](https://github.com/wyze/vscode-hybrid-next/commit/578768c9ea)] - Better support for variables in template strings (Neil Kistner)
* [[`1df4e097ea`](https://github.com/wyze/vscode-hybrid-next/commit/1df4e097ea)] - Update marketplace-url in readme (Neil Kistner)
* [[`f0e20e33ed`](https://github.com/wyze/vscode-hybrid-next/commit/f0e20e33ed)] - Create build process to support variant themes (Neil Kistner)
* [[`29017b5d97`](https://github.com/wyze/vscode-hybrid-next/commit/29017b5d97)] - Fix .vscodeignore because it doesn't work like npm/git (Neil Kistner)

### [v1.2.0](https://github.com/wyze/vscode-hybrid-next/releases/tag/v1.2.0) (2017-03-09)

* [[`efd7f4cbc2`](https://github.com/wyze/vscode-hybrid-next/commit/efd7f4cbc2)] - Add color to comma in JS (Neil Kistner)
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": "theme-hybrid-next",
"displayName": "Hybrid Next",
"description": "Hybrid Next theme for VS Code.",
"version": "1.2.0",
"version": "2.0.0",
"publisher": "wyze",
"engines": {
"vscode": "^1.0.0"
Expand Down
16 changes: 7 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@ $ git clone https://github.com/wyze/vscode-hybrid-next.git wyze.theme-hybrid-nex

> [Full Change Log](changelog.md)
### [v1.2.0](https://github.com/wyze/vscode-hybrid-next/releases/tag/v1.2.0) (2017-03-09)

* [[`efd7f4cbc2`](https://github.com/wyze/vscode-hybrid-next/commit/efd7f4cbc2)] - Add color to comma in JS (Neil Kistner)
* [[`47fcb67ead`](https://github.com/wyze/vscode-hybrid-next/commit/47fcb67ead)] - Add color to function parameters (Neil Kistner)
* [[`4c2287a83f`](https://github.com/wyze/vscode-hybrid-next/commit/4c2287a83f)] - Automate release process a bit (Neil Kistner)
* [[`6ad2d4c119`](https://github.com/wyze/vscode-hybrid-next/commit/6ad2d4c119)] - Remove some screenshots (Neil Kistner)
* [[`0890c2c7b4`](https://github.com/wyze/vscode-hybrid-next/commit/0890c2c7b4)] - Change color for YAML tag (Neil Kistner)
* [[`e8f3e74180`](https://github.com/wyze/vscode-hybrid-next/commit/e8f3e74180)] - Add support for JSON files (Neil Kistner)
* [[`4745729304`](https://github.com/wyze/vscode-hybrid-next/commit/4745729304)] - Remove temp fix since it was patched by VSCode (Neil Kistner)
### [v2.0.0](https://github.com/wyze/vscode-hybrid-next/releases/tag/v2.0.0) (2017-03-12)

* [[`a295cc6183`](https://github.com/wyze/vscode-hybrid-next/commit/a295cc6183)] - Add color for regex (Neil Kistner)
* [[`578768c9ea`](https://github.com/wyze/vscode-hybrid-next/commit/578768c9ea)] - Better support for variables in template strings (Neil Kistner)
* [[`1df4e097ea`](https://github.com/wyze/vscode-hybrid-next/commit/1df4e097ea)] - Update marketplace-url in readme (Neil Kistner)
* [[`f0e20e33ed`](https://github.com/wyze/vscode-hybrid-next/commit/f0e20e33ed)] - Create build process to support variant themes (Neil Kistner)
* [[`29017b5d97`](https://github.com/wyze/vscode-hybrid-next/commit/29017b5d97)] - Fix .vscodeignore because it doesn't work like npm/git (Neil Kistner)

## Build

Expand Down

0 comments on commit b2973a1

Please sign in to comment.