Skip to content

Commit 28b9701

Browse files
author
Release Workflow
committed
chore(release): typescript v12.1.0
1 parent 2c09b57 commit 28b9701

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rollup/plugin-typescript ChangeLog
22

3+
## v12.1.0
4+
5+
_2024-09-22_
6+
7+
### Features
8+
9+
- feat: add transformers factory. (#1668)
10+
311
## v12.0.0
412

513
_2024-09-22_

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-typescript",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/typescript/test/fixtures/incremental-watch-off/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ const answer: AnswerToQuestion = '42';
44

55
// eslint-disable-next-line no-console
66
console.log(`the answer is ${answer}`);
7-
8-
export const REBUILD_WITH_WATCH_OFF = 1;

0 commit comments

Comments
 (0)