Skip to content

Commit 0badc9d

Browse files
chore(release): 0.2.0 [skip ci]
# [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))
1 parent 4d87fab commit 0badc9d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.2.0](https://github.com/dankeboy36/vscode-arduino-api/compare/0.1.2...0.2.0) (2023-12-29)
2+
3+
4+
### Features
5+
6+
* multi sketch folders support ([#12](https://github.com/dankeboy36/vscode-arduino-api/issues/12)) ([4d87fab](https://github.com/dankeboy36/vscode-arduino-api/commit/4d87fab95f99f5b917c52ff5f114513bd96e94fd))
7+
* **release:** automate release ([#4](https://github.com/dankeboy36/vscode-arduino-api/issues/4)) ([cb414b0](https://github.com/dankeboy36/vscode-arduino-api/commit/cb414b02c4f7d993b414995123f1fe94f224a372))
8+
19
# Change Log
210

311
All notable changes to the "vscode-arduino-api" extension will be documented in this file.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.1.2",
4+
"version": "0.2.0",
55
"description": "Arduino IDE API for VS Code extensions",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)