Skip to content

Commit f1e2d4e

Browse files
committed
πŸ”– Version 0.1.0
Signed-off-by: mathieu.brunot <[email protected]>
1 parent 226bdc0 commit f1e2d4e

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

β€Ž.gitmoji-changelogrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"project": {
33
"name": "frappe_pwa",
44
"description": "PWA setup for Frappe website.",
5-
"version": "0.0.1"
5+
"version": "0.1.0"
66
}
77
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# Changelog
2+
3+
<a name="0.1.0"></a>
4+
5+
## 0.1.0 (2020-06-06)
6+
7+
### Added
8+
9+
- πŸŽ‰ Initialize template \[[fbb20fe](https://github.com/Monogramm/frappe_pwa/commit/fbb20fe88c4ac9c1044ec05a2fc5b7f6236d6223)]
10+
11+
### Changed
12+
13+
- πŸ”§ Fix PWA simple config \[[5d5726a](https://github.com/Monogramm/frappe_pwa/commit/5d5726a4b241cdc5a95575e1a7072ac408e503dc)]
14+
- πŸ”§ Setup JS include into website \[[0f6e763](https://github.com/Monogramm/frappe_pwa/commit/0f6e7636810d0920c80238786e5f49ead963dda2)]
15+
16+
### Miscellaneous
17+
18+
- πŸ“ Add instructions to install \[[226bdc0](https://github.com/Monogramm/frappe_pwa/commit/226bdc089f03c42c53a087edae54231113eda4d8)]
19+
- πŸ™ˆ Do not ignore public files \[[9ab6f61](https://github.com/Monogramm/frappe_pwa/commit/9ab6f61e31d893ce7a3e741055de35491abbcad8)]
20+
- πŸ‘₯ Update authors \[[fe53f71](https://github.com/Monogramm/frappe_pwa/commit/fe53f71b0707ea6f09abdfc76112baea4fcf7278)]
21+
- Initial commit \[[85bd934](https://github.com/Monogramm/frappe_pwa/commit/85bd93448c0f2541733ccc03f3a96ea5387e0518)]

β€Žfrappe_pwa/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = '0.0.1'
4+
__version__ = '0.1.0'

0 commit comments

Comments
Β (0)