Skip to content

Commit fe368fd

Browse files
committedApr 11, 2021
release: v3.2.0
1 parent d4e1aba commit fe368fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

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

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

5+
## [3.2.0] - 2021-03-31
6+
7+
### Added
8+
9+
- Provide new `ar`, `ara`, `ag`, `aga` arrow function snippets.
10+
- `ar` and `ara` with a return type tab stop.
11+
- `ag` and `aga` with generic type and return type tab stop.
12+
13+
### Changed
14+
15+
- Shorter pran to prn (Promise.any).
16+
517
## [3.1.0] - 2021-03-31
618

719
### 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": "3.1.0",
4+
"version": "3.2.0",
55
"scripts": {
66
"build": "vsce package"
77
},

0 commit comments

Comments
 (0)