Skip to content

Commit bd4b912

Browse files
chore: create new release 1.0.0
## 1.0.0 (2025-02-19) ### New features * initial release ([2c8d7ca](2c8d7ca))
1 parent 2c8d7ca commit bd4b912

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1.0.0 (2025-02-19)
2+
3+
### New features
4+
5+
* initial release ([2c8d7ca](https://github.com/react-native-community/vscode-react-native-directory/commit/2c8d7ca0ac928a5baa2a1ee274af4851a8d29738))

package.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,25 @@
33
"displayName": "React Native Directory",
44
"description": "Find and install right packages for all of your React Native apps right from VS Code.",
55
"publisher": "react-native-directory",
6-
"categories": ["Other"],
7-
"keywords": ["react", "react-native", "directory", "search"],
6+
"categories": [
7+
"Other"
8+
],
9+
"keywords": [
10+
"react",
11+
"react-native",
12+
"directory",
13+
"search"
14+
],
815
"license": "MIT",
916
"repository": "github:react-native-community/vscode-react-native-directory",
1017
"homepage": "https://github.com/react-native-community/vscode-react-native-directory",
1118
"bugs": {
1219
"url": "https://github.com/react-native-community/vscode-react-native-directory/issues"
1320
},
1421
"icon": "./assets/icon.png",
15-
"activationEvents": ["onCommand:extension.showQuickPick"],
22+
"activationEvents": [
23+
"onCommand:extension.showQuickPick"
24+
],
1625
"main": "./build/extension.js",
1726
"contributes": {
1827
"commands": [
@@ -22,7 +31,7 @@
2231
}
2332
]
2433
},
25-
"version": "0.1.0",
34+
"version": "1.0.0",
2635
"engines": {
2736
"vscode": "^1.97.0"
2837
},
@@ -56,4 +65,4 @@
5665
"typescript": "^5.7.3",
5766
"typescript-eslint": "^8.24.1"
5867
}
59-
}
68+
}

0 commit comments

Comments
 (0)