Skip to content

Commit 4f7ecdb

Browse files
chore: create new release 1.4.0
## [1.4.0](1.3.0...1.4.0) (2025-11-16) ### New features * add ability to select package version to install ([d630f93](d630f93)) * add Directory Score entry item ([2c7f93b](2c7f93b)) ### Bug fixes * improve loading state indications, small refactors ([eac0cdd](eac0cdd)) ### Other changes * fix VS Code Marketplace badge icon in README ([71b58b3](71b58b3)) * update dependencies and optimize assets ([5a61c30](5a61c30))
1 parent eac0cdd commit 4f7ecdb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.4.0](https://github.com/react-native-community/vscode-react-native-directory/compare/1.3.0...1.4.0) (2025-11-16)
2+
3+
### New features
4+
5+
* add ability to select package version to install ([d630f93](https://github.com/react-native-community/vscode-react-native-directory/commit/d630f9348e7320c40a69e7ee1cbd82ebdd475a37))
6+
* add Directory Score entry item ([2c7f93b](https://github.com/react-native-community/vscode-react-native-directory/commit/2c7f93b7e2ccef92b64d407e14097177efd1c65b))
7+
8+
### Bug fixes
9+
10+
* improve loading state indications, small refactors ([eac0cdd](https://github.com/react-native-community/vscode-react-native-directory/commit/eac0cdd2074bc231aaf235d5e296d350d2c66913))
11+
12+
### Other changes
13+
14+
* fix VS Code Marketplace badge icon in README ([71b58b3](https://github.com/react-native-community/vscode-react-native-directory/commit/71b58b3d139d1b951ea01e7a73c0b345c9343239))
15+
* update dependencies and optimize assets ([5a61c30](https://github.com/react-native-community/vscode-react-native-directory/commit/5a61c30a40f34f624469abdbe0f5fa0ea4ed3792))
16+
117
## [1.3.0](https://github.com/react-native-community/vscode-react-native-directory/compare/1.2.0...1.3.0) (2025-11-05)
218

319
### New features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
]
3333
},
34-
"version": "1.3.0",
34+
"version": "1.4.0",
3535
"engines": {
3636
"vscode": "^1.100.0"
3737
},

0 commit comments

Comments
 (0)