Skip to content

Commit e69253c

Browse files
committed
chore: release v1.6.0
1 parent 4ad6ecf commit e69253c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"prepare": "husky install",
19-
"pre-commit": "yarn run format && git add -A .",
19+
"pre-commit": "yarn run generateReadme && yarn run format && git add -A .",
2020
"format": "prettier --write .",
2121
"format:check": "prettier --check .",
2222
"generateReadme": "node ./src/automation/scripts/generateReadme.js"

src/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-nextjs-snippets",
33
"displayName": "React and Next.js Snippets",
44
"description": "This is an extension for React and Next.js Snippets with Typescript support as well!",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"publisher": "AvneeshAgarwal",
77
"icon": "logo.png",
88
"repository": {

0 commit comments

Comments
 (0)