Skip to content

Commit 49b92b5

Browse files
committedOct 17, 2022
chore(release): v3.4.0
1 parent 3624fba commit 49b92b5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

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

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

5+
## [3.4.0] - 2022-10-17
6+
7+
### Added
8+
9+
- added many `console` APIs
10+
- introduced `cl` namespace for `console`, but `cl` itself remain for `console.log`
11+
512
## [3.3.0] - 2022-06-12
613

714
### 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": "3.3.0",
4+
"version": "3.4.0",
55
"type": "module",
66
"scripts": {
77
"update": "yarn upgrade-interactive",

0 commit comments

Comments
 (0)