Skip to content

Commit

Permalink
🔖 Release version 1.0.2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob authored Aug 31, 2021
1 parent d950320 commit fe3d827
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ name: 'CodeQL'
on:
push:
branches: [main]
paths: ['**/*.ts']
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths: ['**/*.ts']
schedule:
- cron: '17 1 * * 4'

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## [1.0.2] - 2021-08-31

- Add return type and remove extra default export from React Function Component and update all
### Added

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-snippets",
"displayName": "Snippets for Next.js, React in TypeScript",
"version": "1.0.1",
"version": "1.0.2",
"description": "Snippets for the development with Next.js, React in a TypeScript environment.",
"categories": [
"Snippets"
Expand Down

0 comments on commit fe3d827

Please sign in to comment.