Skip to content

Commit

Permalink
chore(release): typescript v12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Workflow committed Sep 22, 2024
1 parent 2c09b57 commit 28b9701
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rollup/plugin-typescript ChangeLog

## v12.1.0

_2024-09-22_

### Features

- feat: add transformers factory. (#1668)

## v12.0.0

_2024-09-22_
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-typescript",
"version": "12.0.0",
"version": "12.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ const answer: AnswerToQuestion = '42';

// eslint-disable-next-line no-console
console.log(`the answer is ${answer}`);

export const REBUILD_WITH_WATCH_OFF = 1;

0 comments on commit 28b9701

Please sign in to comment.