Skip to content

Commit a0c0d76

Browse files
chore: create new release 1.6.0
## [1.6.0](1.5.0...1.6.0) (2026-01-22) ### New features * add packages annotations in `package.json` ([625cd4a](625cd4a)) * add setting to control `package.json` annotations ([820bd28](820bd28)) ### Other changes * fix screenshot in README ([7b7b1de](7b7b1de)) * migrate lint setup to Oxlint and Oxfmt ([#4](#4)) ([77b6d3f](77b6d3f)) * reorganize and cleanup code ([ae6a3a6](ae6a3a6)) * updateREADME and screenshots ([41b4a5f](41b4a5f))
1 parent 7b7b1de commit a0c0d76

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.6.0](https://github.com/react-native-community/vscode-react-native-directory/compare/1.5.0...1.6.0) (2026-01-22)
2+
3+
### New features
4+
5+
* add packages annotations in `package.json` ([625cd4a](https://github.com/react-native-community/vscode-react-native-directory/commit/625cd4aea9d7e52d039be388165ec89e1fcd57e2))
6+
* add setting to control `package.json` annotations ([820bd28](https://github.com/react-native-community/vscode-react-native-directory/commit/820bd28bae461ae4dfb21ec38027e30ad5c244e0))
7+
8+
### Other changes
9+
10+
* fix screenshot in README ([7b7b1de](https://github.com/react-native-community/vscode-react-native-directory/commit/7b7b1deb9151edee29df3c5f6e477931f0191c65))
11+
* migrate lint setup to Oxlint and Oxfmt ([#4](https://github.com/react-native-community/vscode-react-native-directory/issues/4)) ([77b6d3f](https://github.com/react-native-community/vscode-react-native-directory/commit/77b6d3ff794d0f750352f52012c1a021ec73082b))
12+
* reorganize and cleanup code ([ae6a3a6](https://github.com/react-native-community/vscode-react-native-directory/commit/ae6a3a6a8e5d336365a6e336239d33bccee73d7b))
13+
* updateREADME and screenshots ([41b4a5f](https://github.com/react-native-community/vscode-react-native-directory/commit/41b4a5f1ed8f4dc970b7db12a4a24c0c567c0eb0))
14+
115
## [1.5.0](https://github.com/react-native-community/vscode-react-native-directory/compare/1.4.0...1.5.0) (2026-01-01)
216

317
### New features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
]
4848
},
49-
"version": "1.5.0",
49+
"version": "1.6.0",
5050
"engines": {
5151
"vscode": "^1.100.0"
5252
},

0 commit comments

Comments
 (0)