Skip to content

Commit e921b58

Browse files
committed
chore(release): v3.5.0
1 parent a8f9335 commit e921b58

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

5+
## [3.5.0] - 2023-11-26
6+
7+
Highlight:
8+
- marked `exp` namespace as deprecated and replace with `ex` due to conflict with node.js `exp`.
9+
- removed `case` in `sw` because TypeScript is able to provide intellisense for the case statement.
10+
11+
### Added
12+
13+
- added `ex` namespace to replace `exp`
14+
15+
### Deprecated
16+
17+
- marked all snippets with `exp` namespace as deprecated
18+
19+
### Changed
20+
21+
- removed `case` template in `sw` (switch statement)
22+
- removed `hasOwnProperty` check in `foi`
23+
524
## [3.4.0] - 2022-10-17
625

726
### 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.4.0",
4+
"version": "3.5.0",
55
"type": "module",
66
"scripts": {
77
"update": "yarn upgrade-interactive",

0 commit comments

Comments
 (0)