Skip to content

Commit 7aef57c

Browse files
committed
release: v2.5.0
1 parent 6768d35 commit 7aef57c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
44

5+
## [2.5.0] - 2020-11-30
6+
7+
### Changed
8+
9+
- TypeScript snippets is now show in TypeScript file type `typescript` and `typescriptreact` only.
10+
11+
### Added
12+
13+
- `prt` for create Promise type, like `Promise<T>` (TypeScript).
14+
- `enc` for create `const enum` (TypeScript).
15+
516
## [2.4.0] - 2020-09-16
617

718
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyper-javascript-snippets",
33
"description": "A collection of snippets that cover JavaScript, TypeScript, and NodeJS for Visual Studio Code",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"displayName": "Hyper JavaScript Snippets",
66
"publisher": "t7yang",
77
"icon": "images/hyper-js.png",

0 commit comments

Comments
 (0)