diff --git a/changelog.md b/changelog.md index 4710c9a..cc6f450 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-11-23 - 2.6.1 - fix(license) +Update copyright holder in license to Task Venture Capital GmbH + +- Replaced the copyright owner in the license file from Lossless GmbH to Task Venture Capital GmbH + ## 2025-11-23 - 2.6.0 - feat(core) Integrate Rolldown as optional bundler, migrate filesystem to smartfs, and update bundler/tooling diff --git a/license b/license index 4664895..55e3d5a 100644 --- a/license +++ b/license @@ -1,4 +1,4 @@ -Copyright (c) 2019 Lossless GmbH (hello@lossless.com) +Copyright (c) 2019 Task Venture Capital GmbH (hello@task.vc) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a034e0e..383192e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbundle', - version: '2.6.0', + version: '2.6.1', description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects' }