Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](0.1.2...0.2.0) (2023-12-29)

### Features

* multi sketch folders support ([#12](#12)) ([4d87fab](4d87fab))
* **release:** automate release ([#4](#4)) ([cb414b0](cb414b0))
  • Loading branch information
semantic-release-bot committed Dec 29, 2023
1 parent 4d87fab commit 0badc9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.2.0](https://github.com/dankeboy36/vscode-arduino-api/compare/0.1.2...0.2.0) (2023-12-29)


### Features

* multi sketch folders support ([#12](https://github.com/dankeboy36/vscode-arduino-api/issues/12)) ([4d87fab](https://github.com/dankeboy36/vscode-arduino-api/commit/4d87fab95f99f5b917c52ff5f114513bd96e94fd))
* **release:** automate release ([#4](https://github.com/dankeboy36/vscode-arduino-api/issues/4)) ([cb414b0](https://github.com/dankeboy36/vscode-arduino-api/commit/cb414b02c4f7d993b414995123f1fe94f224a372))

# Change Log

All notable changes to the "vscode-arduino-api" extension will be documented in this file.
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.1.2",
"version": "0.2.0",
"description": "Arduino IDE API for VS Code extensions",
"categories": [
"Other"
Expand Down

0 comments on commit 0badc9d

Please sign in to comment.