Skip to content

Commit 7cbe1ec

Browse files
committed
chore(release): v3.3.0
1 parent 3df44d8 commit 7cbe1ec

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [3.3.0] - 2022-06-12
6+
7+
### Added
8+
9+
- `im`: import
10+
- `imm`: import.meta
11+
- `imu`: import.meta.url
12+
- `imd`: import module dynamically
13+
14+
### Changed
15+
16+
- rename `impf` to `imf` (import file)
17+
- new tab stop for `imp` (import module) and `imas` (import module as) for import assert
18+
519
## [3.2.2] - 2021-12-19
620

721
### 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.2.2",
4+
"version": "3.3.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsx src/index.ts",

0 commit comments

Comments
 (0)