Skip to content

Commit a6cdece

Browse files
committedSep 16, 2020
release: 2.4.0
1 parent 4da1490 commit a6cdece

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

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

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

5+
## [2.4.0] - 2020-09-16
6+
### Added
7+
- Add snippet for `for await of` as `foa`.
8+
### Removed
9+
- Remove all labeled console snippets, cause this can be simply console within a object, e.g. `console.log({ name })`.
10+
511
## [2.3.1] - 2020-03-02
612
Keep making prefix shorter
713
### Changed

‎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.3.1",
4+
"version": "2.4.0",
55
"displayName": "Hyper JavaScript Snippets",
66
"publisher": "t7yang",
77
"icon": "images/hyper-js.png",

0 commit comments

Comments
 (0)