3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
# Changelog # Changelog
## [Unreleased] ## [1.0.0] - 2026-08-02
### Added ### Added
- *Inter* font - *Inter* font
- Legal notice - Legal notice
- Build system for building the assets
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "frontend-assets", "name": "frontend-assets",
"version": "0.1.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "frontend-assets", "name": "frontend-assets",
"version": "0.1.0", "version": "1.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend-assets", "name": "frontend-assets",
"version": "0.1.0", "version": "1.0.0",
"description": "The assets for the frontend of Seekra", "description": "The assets for the frontend of Seekra",
"type": "module", "type": "module",
"scripts": { "scripts": {