Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2022-03-26)

### Features

* **alarm:** add alarm module ([951a14b](951a14b))
* **battery:** refactor to use standard interface ([f30e6f5](f30e6f5))
* **geolocation:** add subscribe method ([823b7c4](823b7c4))
  • Loading branch information
semantic-release-bot committed Mar 26, 2022
1 parent 9afe535 commit c83c11b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.2.0](https://github.com/garredow/kaios-lib/compare/v1.1.0...v1.2.0) (2022-03-26)


### Features

* **alarm:** add alarm module ([951a14b](https://github.com/garredow/kaios-lib/commit/951a14bc6f868d29ffbedbc95ac181c3a2887c86))
* **battery:** refactor to use standard interface ([f30e6f5](https://github.com/garredow/kaios-lib/commit/f30e6f584598c73a9fe2a6c4f73f77141e5e06f3))
* **geolocation:** add subscribe method ([823b7c4](https://github.com/garredow/kaios-lib/commit/823b7c4365b9ff3072819d5d8fdddc350c5f19f4))

# [1.1.0](https://github.com/garredow/kaios-lib/compare/v1.0.0...v1.1.0) (2022-03-26)


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,6 +1,6 @@
{
"name": "kaios-lib",
"version": "1.1.0",
"version": "1.2.0",
"description": "A standard library to interact with KaiOS 2.x and 3.x APIs.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c83c11b

Please sign in to comment.