Версия 0.10.2

This commit is contained in:
Book Pauk
2021-10-19 23:26:45 +07:00
parent 0101392858
commit fd8c8812a3
3 changed files with 13 additions and 2 deletions

View File

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

2
package-lock.json generated
View File

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

View File

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