Skip to content

Commit

Permalink
chore(release): v0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
germanferrero committed May 6, 2021
1 parent c14767a commit 37a4bce
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.17](https://github.com/germanferrero/lime-app/compare/v0.2.16...v0.2.17) (2021-05-06)


### Features

* **translations:** add a lot of pt-br translations :)
* **menu:** add community / node view to menu (currently without community features) ([09fcec8](https://github.com/germanferrero/lime-app/commit/09fcec8e5872e27e6adfad0ba1a6e23c14efdb2e))


### Bug Fixes

* **translations:** fix English counts ([8b3d0c4](https://github.com/germanferrero/lime-app/commit/8b3d0c4f0998f9b1e77ba2e085b6b8ef082c83e3))
* **translations:** fix English spelling ([a319694](https://github.com/germanferrero/lime-app/commit/a3196940452fa21de63c9928ee3017b4a1f60cd0))
* **translations:** force lowercase locale to I18n ([34e7b57](https://github.com/germanferrero/lime-app/commit/34e7b57a7dc6edf58f9ef769ff02f3dc0a64f32c))
* **translations:** spelling fixes for pt-br ([11d52b8](https://github.com/germanferrero/lime-app/commit/11d52b894dc9404c380622d74adf44b77fc1944f))
* **upgrade:** fix typo, now showing release link to more info ([14e6f89](https://github.com/germanferrero/lime-app/commit/14e6f89e81c15b41707b7cea0d13b180e0d0c8ff))

### [0.2.16](https://github.com/germanferrero/lime-app/compare/v0.2.15...v0.2.16) (2021-03-12)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"sizes": "512x512"
}
],
"version": "0.2.16"
"version": "0.2.17"
}
2 changes: 1 addition & 1 deletion 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 @@
{
"private": true,
"name": "preact-limeapp",
"version": "0.2.16",
"version": "0.2.17",
"description": "Limeapp webUI and app",
"license": "GNU",
"author": "Marcos Gutierrez <[email protected]>",
Expand Down

0 comments on commit 37a4bce

Please sign in to comment.