Skip to content

Commit fe3d827

Browse files
authored
🔖 Release version 1.0.2 (#10)
1 parent d950320 commit fe3d827

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ name: 'CodeQL'
1414
on:
1515
push:
1616
branches: [main]
17+
paths: ['**/*.ts']
1718
pull_request:
1819
# The branches below must be a subset of the branches above
1920
branches: [main]
21+
paths: ['**/*.ts']
2022
schedule:
2123
- cron: '17 1 * * 4'
2224

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## [1.0.2] - 2021-08-31
88

9-
- Add return type and remove extra default export from React Function Component and update all
9+
### Added
10+
11+
- Add Return type and remove extra default export from React Function Component and update all
1012
dependencies [[#8](https://github.com/mheob/vscode-snippets/pull/8)]
1113
- Add the markdown snippets to the readme [[#6](https://github.com/mheob/vscode-snippets/pull/6)]
1214

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-snippets",
33
"displayName": "Snippets for Next.js, React in TypeScript",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Snippets for the development with Next.js, React in a TypeScript environment.",
66
"categories": [
77
"Snippets"

0 commit comments

Comments
 (0)