diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 182c0c3..28ada83 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1] - 2026-08-04 + +### Fixed + +- Legal notice build artifact doctype +- LFS data in production deployment workflow +- Production deployment workflow license header +- Production deployment workflow also ran on pre-releases + ## [1.0.0] - 2026-08-02 ### Added diff --git a/package-lock.json b/package-lock.json index e50811c..b0cca9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-assets", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-assets", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "devDependencies": { "html-minifier-terser": "^7.2.0", diff --git a/package.json b/package.json index 7177d0f..f9c74c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-assets", - "version": "1.0.0", + "version": "1.0.1", "description": "The assets for the frontend of Seekra", "type": "module", "scripts": {