Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b7ba79724 | |||
| 060f107216 |
@@ -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
|
||||
|
||||
|
||||
2
license
2
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsbundle",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"private": false,
|
||||
"description": "a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects",
|
||||
"main": "dist_ts/index.js",
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user