Skip to content

Commit 51af373

Browse files
committed
refactor: Update version and changelog
1 parent e570746 commit 51af373

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.0] - 2023-10-21
4+
5+
### Added
6+
7+
- Add google sheets app.
8+
9+
### Changed
10+
11+
- Update gps output format as decimal.
12+
13+
314
## [0.2.1] - 2023-09-13
415

516
### Added
@@ -23,3 +34,4 @@
2334
- Fix memory allocation error while using Azure app.
2435

2536
[0.2.1]: https://github.com/sixfab/pico_lte_micropython-sdk/tree/0.2.1
37+
[0.3.0]: https://github.com/sixfab/pico_lte_micropython-sdk/tree/0.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"urls": [],
33
"deps": [],
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)