Skip to content

Commit 4e7fe95

Browse files
committed
updated changelog and package version
1 parent 3e6a555 commit 4e7fe95

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2727
## 0.0.6
2828

2929
- Add sash border colors
30-
-
30+
3131
## 0.0.7
3232

33-
- Updated arrow function color
33+
- Updated arrow function color
34+
35+
## 0.0.8
36+
37+
- Changed some colors for TypeScript
38+
39+
## 0.0.8
40+
41+
- Changed some colors for TypeScript

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
[![Become A VS Code SuperHero](https://img.shields.io/badge/-Become%20A%20VS%20Code%20SuperHero%20%E2%86%92-gray.svg?colorB=ff652f)](http://vsCodeHero.com)
1+
[![Become A VS Code SuperHero](https://img.shields.io/badge/-Become%20A%20VS%20Code%20SuperHero%20%E2%86%92-gray.svg?colorB=ff652f)](https://vsCodeHero.com)
22

3-
[![codeSTACKr Theme Demo](https://raw.githubusercontent.com/codeSTACKr/codestackr-vscode-theme/master/images/theme-demo.gif)](http://vsCodeHero.com)
3+
[![codeSTACKr Theme Demo](https://raw.githubusercontent.com/codeSTACKr/codestackr-vscode-theme/master/images/theme-demo.gif)](https://vsCodeHero.com)
44

55
# codeSTACKr Theme for VS Code
66

77
[![Version](https://vsmarketplacebadge.apphb.com/version/codeSTACKr.codestackr-theme.svg?subject=codeSTACKr%20Theme&colorA=09131b&colorB=ff652f)](https://marketplace.visualstudio.com/items?itemName=codeSTACKr.codestackr-theme)
88
[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/codeSTACKr.codestackr-theme.svg?label=Ratings&colorA=09131b&colorB=ff652f)](https://marketplace.visualstudio.com/items?itemName=codeSTACKr.codestackr-theme&ssr=false#review-details)
9-
[![Become A VS Code SuperHero](https://img.shields.io/badge/-Become%20A%20VS%20Code%20SuperHero%20%E2%86%92-gray.svg?colorB=ff652f)](http://vsCodeHero.com)
9+
[![Become A VS Code SuperHero](https://img.shields.io/badge/-Become%20A%20VS%20Code%20SuperHero%20%E2%86%92-gray.svg?colorB=ff652f)](https://vsCodeHero.com)
1010

1111
Thanks for checking out my VS Code theme. There are 2 options to choose from:
1212

1313
- Colorful & Vibrant
1414
- Muted
1515

16-
This theme is part of my [VS Code SuperHero course →](http://vsCodeHero.com)
16+
This theme is part of my [VS Code SuperHero course →](https://vsCodeHero.com)
1717

1818
Let me teach you everything there is to know about VS Code and make you a VS Code SuperHero too!
1919

@@ -23,7 +23,7 @@ The font that you see in the demo is a modified Fira Code font that I made calle
2323

2424
![STACKr Code Font Examples](https://raw.githubusercontent.com/codeSTACKr/codestackr-vscode-theme/master/images/stackr-code-font.png)
2525

26-
This font is exclusive to my VS Code SuperHero course. [Sign up now](http://vsCodeHero.com) to get access!
26+
This font is exclusive to my VS Code SuperHero course. [Sign up now](https://vsCodeHero.com) to get access!
2727

2828
## Installation
2929

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": {
77
"name": "Jesse Hall"
88
},
9-
"version": "0.0.7",
9+
"version": "0.0.8",
1010
"engines": {
1111
"vscode": "^1.46.0"
1212
},

0 commit comments

Comments
 (0)