Skip to content

Commit a411acc

Browse files
committed
chore(changelog): update changelog
1 parent fcc90e3 commit a411acc

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [0.5.0](https://github.com/bazzite/statusfy/compare/v0.4.3...v0.5.0) (2019-12-18)
2+
3+
4+
### Performance
5+
6+
* **core:** improve performance and reliability
7+
8+
### Bug Fixes
9+
10+
* **core:** fix compilation error because of invalid core-js version ([5a16424](https://github.com/bazzite/statusfy/commit/5a1642484f80eae5bffae01e8545f7c513bec157))
11+
* **core:** replace `<no-ssr>` with `<client-only>` ([fcc90e3](https://github.com/bazzite/statusfy/commit/fcc90e3520333146ea281fedbc6c90ebb956e5f3))
12+
* **docs:** add missing information ([823ce73](https://github.com/bazzite/statusfy/commit/823ce735f90fbefd0bfa71926d2adf551ea2b43e))
13+
* **core:** fix i18n with right camel case for footer links ([766a914](https://github.com/bazzite/statusfy/commit/766a91441f9f07436fdbc679845431663cf7e2d7))
14+
15+
### Code Refactoring
16+
17+
* drop support for Node.js v8 ([b79f140](https://github.com/bazzite/statusfy/commit/b79f1406beb12042104532c78fbb46b59aca7e70))
18+
19+
20+
### Minor Features
21+
22+
* footer links for EU GDPR legal notice and data pricacy statement ([22ce441](https://github.com/bazzite/statusfy/commit/22ce4419f27b1f467b0b61df4b88d525ad33de55))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* minimum required Node.js version is 10.x
28+
29+
30+
131
## [0.4.3](https://github.com/statusfy/statusfy/compare/v0.4.1...v0.4.3) (2019-08-22)
232

333

@@ -12,7 +42,7 @@
1242

1343
### Performance
1444

15-
* **chore:** improve performance and reliability
45+
* **core:** improve performance and reliability
1646

1747

1848
### Bug Fixes

0 commit comments

Comments
 (0)