Skip to content

Commit 0444ae4

Browse files
Merge branch 'release/v1.5.3'
2 parents 887656f + e7cf250 commit 0444ae4

File tree

3 files changed

+69
-1
lines changed

3 files changed

+69
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.5.3](https://github.com/johnnymillergh/typescript-playground/compare/v1.5.2...v1.5.3) (2019-09-02)
2+
3+
4+
### Features
5+
6+
* **$README.md:** renew README.md ([9e42fe7](https://github.com/johnnymillergh/typescript-playground/commit/9e42fe7))
7+
8+
9+
110
## [1.5.2](https://github.com/johnnymillergh/typescript-playground/compare/v1.5.1...v1.5.2) (2019-08-30)
211

312

README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,61 @@
1+
![TypeScript Playground Feature Graphics](https://raw.githubusercontent.com/johnnymillergh/MaterialLibrary/master/typescript-playground/typescript-playground-white-background.png)
2+
3+
[![GitHub release](https://img.shields.io/github/release/johnnymillergh/typescript-playground.svg)](https://github.com/johnnymillergh/typescript-playground/releases)
4+
[![GitHub stars](https://img.shields.io/github/stars/johnnymillergh/typescript-playground.svg?style=social&label=Stars)](https://github.com/johnnymillergh/typescript-playground)
5+
[![Build Status](https://travis-ci.com/johnnymillergh/typescript-playground.svg?branch=master)](https://travis-ci.com/johnnymillergh/typescript-playground)
6+
[![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/johnnymillergh/typescript-playground/blob/master/LICENSE)
7+
18
# TypeScript Playground
29

10+
**TypeScript Playground** is a TypeScript tutorial project.
11+
12+
## Features
13+
14+
Here is the highlights of **TypeScript Playground**:
15+
16+
1. Something 1
17+
2. Something 2
18+
19+
## Usage
20+
21+
1. Clone or download this project.
22+
23+
```shell
24+
$ git clone https://github.com/johnnymillergh/typescript-playground.git
25+
```
26+
27+
2. Build with newest WebStorm.
28+
29+
```shell
30+
npm install
31+
```
32+
33+
3. Click the green triangle to Run.
34+
35+
## Maintainers
36+
37+
[@johnnymillergh](https://github.com/johnnymillergh).
38+
39+
## Contributing
40+
41+
Feel free to dive in! [Open an issue](https://github.com/johnnymillergh/typescript-playground/issues/new).
42+
43+
### Contributors
44+
45+
This project exists thanks to all the people who contribute.
46+
47+
- Johnny Miller [[@johnnymillergh](https://github.com/johnnymillergh)]
48+
-
49+
50+
51+
### Sponsors
52+
53+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](Become a sponsor)]
54+
55+
## License
56+
57+
[Apache License](https://github.com/johnnymillergh/typescript-playground/blob/master/LICENSE) © Johnny Miller
58+
59+
2019 - Present
60+
61+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-playground",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Learning TypeScript",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)