Skip to content

Commit

Permalink
@1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kykal committed Aug 10, 2022
1 parent ee916a9 commit 70c90bf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.4
## Public
- Default favicons added.
- Changed render container from ``<main>`` to ``<div>``.

# 1.0.3
## Misc
- [index.html](./template/public/index.html) description changed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-kykal",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Binary file added template/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion template/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<main id="root"></main>
<div id="root"></div>
</body>
</html>
Binary file added template/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added template/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70c90bf

Please sign in to comment.