Skip to content

Commit 55044a7

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](0.2.0...0.2.1) (2024-01-05) ### Bug Fixes * expose `selectedProgrammer` + `configOptions` ([#14](#14)) ([25ab1d4](25ab1d4)), closes [#13](#13)
1 parent 25ab1d4 commit 55044a7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.1](https://github.com/dankeboy36/vscode-arduino-api/compare/0.2.0...0.2.1) (2024-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* expose `selectedProgrammer` + `configOptions` ([#14](https://github.com/dankeboy36/vscode-arduino-api/issues/14)) ([25ab1d4](https://github.com/dankeboy36/vscode-arduino-api/commit/25ab1d46d56e8dd23ac96db93dafd427c04a0a23)), closes [#13](https://github.com/dankeboy36/vscode-arduino-api/issues/13)
7+
18
# [0.2.0](https://github.com/dankeboy36/vscode-arduino-api/compare/0.1.2...0.2.0) (2023-12-29)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-arduino-api",
33
"displayName": "VS Code Arduino API",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "Arduino IDE API for VS Code extensions",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)