Skip to content

Commit 5bd5eec

Browse files
chore: create new release 1.2.0
## [1.2.0](1.1.0...1.2.0) (2025-10-24) ### New features * display dependencies and config plugin data ([5826301](5826301)) ### Bug fixes * add missing `configPlugin` keyword normalization ([1396634](1396634)) * dependecies entry check ([0a3e4fe](0a3e4fe)) ### Other changes * update and optimize README assets ([d00e012](d00e012)) * update dependencies ([039f75b](039f75b))
1 parent 1396634 commit 5bd5eec

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.2.0](https://github.com/react-native-community/vscode-react-native-directory/compare/1.1.0...1.2.0) (2025-10-24)
2+
3+
### New features
4+
5+
* display dependencies and config plugin data ([5826301](https://github.com/react-native-community/vscode-react-native-directory/commit/58263012044f6020a844dfbe837642800abc1386))
6+
7+
### Bug fixes
8+
9+
* add missing `configPlugin` keyword normalization ([1396634](https://github.com/react-native-community/vscode-react-native-directory/commit/1396634c560761b5945d30a7ed3ea5a5dd16254d))
10+
* dependecies entry check ([0a3e4fe](https://github.com/react-native-community/vscode-react-native-directory/commit/0a3e4feda5fab1930ad6149fdbc3fb9f397c1b03))
11+
12+
### Other changes
13+
14+
* update and optimize README assets ([d00e012](https://github.com/react-native-community/vscode-react-native-directory/commit/d00e012ee44be00ea0436e0712a2f75088cb5790))
15+
* update dependencies ([039f75b](https://github.com/react-native-community/vscode-react-native-directory/commit/039f75bc2b73e3221d72080b72d4d328bae552d7))
16+
117
## [1.1.0](https://github.com/react-native-community/vscode-react-native-directory/compare/1.0.3...1.1.0) (2025-05-10)
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.1.0",
34+
"version": "1.2.0",
3535
"engines": {
3636
"vscode": "^1.94.0"
3737
},

0 commit comments

Comments
 (0)