This commit is contained in:
Book Pauk
2022-04-15 16:41:24 +07:00
parent 450a2e0664
commit bb9522197a
3 changed files with 6 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
export const versionHistory = [ export const versionHistory = [
{ {
version: '0.11.4', version: '0.11.5',
releaseDate: '2022-04-14', releaseDate: '2022-04-15',
showUntil: '2022-04-13', showUntil: '2022-04-14',
content: content:
` `
<ul> <ul>
@@ -13,32 +13,6 @@ export const versionHistory = [
` `
}, },
{
version: '0.11.3',
releaseDate: '2022-03-29',
showUntil: '2022-03-28',
content:
`
<ul>
<li>исправления багов</li>
</ul>
`
},
{
version: '0.11.2',
releaseDate: '2022-01-11',
showUntil: '2022-01-10',
content:
`
<ul>
<li>исправления багов</li>
</ul>
`
},
{ {
version: '0.11.1', version: '0.11.1',
releaseDate: '2021-12-03', releaseDate: '2021-12-03',

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.11.4", "version": "0.11.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Liberama", "name": "Liberama",
"version": "0.11.4", "version": "0.11.5",
"hasInstallScript": true, "hasInstallScript": true,
"license": "CC0-1.0", "license": "CC0-1.0",
"dependencies": { "dependencies": {

View File

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