Skip to content

Commit

Permalink
chore(release): 0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.1](0.2.0...0.2.1) (2024-01-05)

### Bug Fixes

* expose `selectedProgrammer` + `configOptions` ([#14](#14)) ([25ab1d4](25ab1d4)), closes [#13](#13)
  • Loading branch information
semantic-release-bot committed Jan 5, 2024
1 parent 25ab1d4 commit 55044a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.1](https://github.com/dankeboy36/vscode-arduino-api/compare/0.2.0...0.2.1) (2024-01-05)


### Bug Fixes

* 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)

# [0.2.0](https://github.com/dankeboy36/vscode-arduino-api/compare/0.1.2...0.2.0) (2023-12-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-arduino-api",
"displayName": "VS Code Arduino API",
"version": "0.2.0",
"version": "0.2.1",
"description": "Arduino IDE API for VS Code extensions",
"categories": [
"Other"
Expand Down

0 comments on commit 55044a7

Please sign in to comment.