Skip to content

Commit 45fab3c

Browse files
chore: create new release 1.0.1
## [1.0.1](1.0.0...1.0.1) (2025-02-20) ### Bug fixes * missing dependency in VSIX, drop `axios` ([#3](#3)) ([72869ff](72869ff)) ### Other changes * update README after initial release ([cb3949b](cb3949b))
1 parent 72869ff commit 45fab3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.1](https://github.com/react-native-community/vscode-react-native-directory/compare/1.0.0...1.0.1) (2025-02-20)
2+
3+
### Bug fixes
4+
5+
* missing dependency in VSIX, drop `axios` ([#3](https://github.com/react-native-community/vscode-react-native-directory/issues/3)) ([72869ff](https://github.com/react-native-community/vscode-react-native-directory/commit/72869ff68f82c570ba1715002a674cd5c3acba07))
6+
7+
### Other changes
8+
9+
* update README after initial release ([cb3949b](https://github.com/react-native-community/vscode-react-native-directory/commit/cb3949b9a2254fbe6c80adce6275aeb1911a5fd2))
10+
111
## 1.0.0 (2025-02-19)
212

313
### 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.0.0",
34+
"version": "1.0.1",
3535
"engines": {
3636
"vscode": "^1.97.0"
3737
},

0 commit comments

Comments
 (0)