fix(license): Update copyright holder in license to Task Venture Capital GmbH

This commit is contained in:
2025-11-23 13:15:18 +00:00
parent 6dd7d6e093
commit 060f107216
3 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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'
}