Версия 0.10.3

This commit is contained in:
Book Pauk
2021-10-20 18:29:52 +07:00
parent 26660461d4
commit 0f7655773a
3 changed files with 14 additions and 2 deletions

View File

@@ -1,4 +1,16 @@
export const versionHistory = [
{
showUntil: '2021-10-19',
header: '0.10.3 (2021-10-20)',
content:
`
<ul>
<li>актуализация версий пакетов</li>
<li>исправления багов</li>
</ul>
`
},
{
showUntil: '2021-10-18',
header: '0.10.2 (2021-10-19)',

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "Liberama",
"version": "0.10.2",
"version": "0.10.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "Liberama",
"version": "0.10.2",
"version": "0.10.3",
"author": "Book Pauk <bookpauk@gmail.com>",
"license": "CC0-1.0",
"repository": "bookpauk/liberama",