Версия 0.12.1

This commit is contained in:
Book Pauk
2022-09-01 21:08:56 +07:00
parent a7b4d9c0d8
commit 043dab0731
3 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,18 @@
export const versionHistory = [ export const versionHistory = [
{
version: '0.12.1',
releaseDate: '2022-09-01',
showUntil: '2022-08-30',
content:
`
<ul>
<li>добавлена форма для доната</li>
<li>исправления багов</li>
</ul>
`
},
{ {
version: '0.12.0', version: '0.12.0',
releaseDate: '2022-07-27', releaseDate: '2022-07-27',

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.12.0", "version": "0.12.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Liberama", "name": "Liberama",
"version": "0.12.0", "version": "0.12.1",
"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.12.0", "version": "0.12.1",
"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",