Skip to content

Commit 274cf02

Browse files
author
Release Workflow
committed
chore(release): swc v0.4.1
1 parent 54a9017 commit 274cf02

2 files changed

Lines changed: 1 addition & 58 deletions

File tree

packages/swc/CHANGELOG.md

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +0,0 @@
1-
# @rollup/plugin-swc ChangeLog
2-
3-
## v0.4.0
4-
5-
_2024-09-06_
6-
7-
### Features
8-
9-
- feat: sets filename property, so to make additional swc features… (#1761)
10-
11-
## v0.3.1
12-
13-
_2024-06-05_
14-
15-
### Updates
16-
17-
- docs: add @swc/core to install step (#1666)
18-
19-
## v0.3.0
20-
21-
_2023-11-09_
22-
23-
### Features
24-
25-
- feat: allow passing `env` property as option (#1624)
26-
27-
## v0.2.1
28-
29-
_2023-10-05_
30-
31-
### Bugfixes
32-
33-
- fix: ensure rollup 4 compatibility [#1595](https://github.com/rollup/plugins/pull/1595)
34-
35-
## v0.2.0
36-
37-
_2023-08-29_
38-
39-
### Features
40-
41-
- feat: allow input files to be filtered [#1566](https://github.com/rollup/plugins/pull/1566)
42-
43-
## v0.1.1
44-
45-
_2023-05-17_
46-
47-
### Bugfixes
48-
49-
- fix: bump dependencies [#1500](https://github.com/rollup/plugins/pull/1500)
50-
51-
## v0.1.0
52-
53-
_2023-04-04_
54-
55-
### Features
56-
57-
- feat: initial release [#1412](https://github.com/rollup/plugins/pull/1412)

packages/swc/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-swc",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)