Версия 1.0.1

This commit is contained in:
Book Pauk
2023-01-08 15:14:45 +07:00
parent ddde7d038b
commit 7261afc428
3 changed files with 16 additions and 3 deletions

View File

@@ -1,4 +1,17 @@
export const versionHistory = [
{
version: '1.0.1',
releaseDate: '2023-01-08',
showUntil: '2023-01-07',
content:
`
<ul>
<li>исправление багов</li>
</ul>
`
},
{
version: '1.0.0',
releaseDate: '2022-12-18',

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "liberama",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "liberama",
"version": "1.0.0",
"version": "1.0.1",
"hasInstallScript": true,
"license": "CC0-1.0",
"dependencies": {

View File

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