Skip to content

Commit 5fb38a3

Browse files
committed
chore(release): publish
- @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected]
1 parent 2bcb946 commit 5fb38a3

File tree

9 files changed

+22
-8
lines changed

9 files changed

+22
-8
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-13)
7+
8+
### Bug Fixes
9+
10+
- **core:** bugfix from upstream ([2bcb946](https://github.com/Brooooooklyn/swc-node/commit/2bcb9461d7d3c2dba9944f1c3bc746dc5c375ca3))
11+
612
## [0.2.3](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-10)
713

814
### Bug Fixes

packages/core/npm/core-darwin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The macOS 64-bit binary for @swc-node/core.",
44
"repository": "https://github.com/Brooooooklyn/swc-node",
55
"license": "MIT",
6-
"version": "0.2.3",
6+
"version": "0.2.4",
77
"main": "swc.darwin.node",
88
"files": ["swc.darwin.node"],
99
"publishConfig": {

packages/core/npm/core-linux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The Linux 64-bit binary for @swc-node/core.",
44
"repository": "https://github.com/Brooooooklyn/swc-node",
55
"license": "MIT",
6-
"version": "0.2.3",
6+
"version": "0.2.4",
77
"main": "swc.linux.node",
88
"files": ["swc.linux.node"],
99
"publishConfig": {

packages/core/npm/core-win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The Windows 64-bit binary for @swc-node/core.",
44
"repository": "https://github.com/Brooooooklyn/swc-node",
55
"license": "MIT",
6-
"version": "0.2.3",
6+
"version": "0.2.4",
77
"main": "swc.win32.node",
88
"files": ["swc.win32.node"],
99
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/core",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Faster swc nodejs binding",
55
"keywords": [
66
"swc",

packages/jest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.18](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-13)
7+
8+
**Note:** Version bump only for package @swc-node/jest
9+
610
## [0.1.17](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-10)
711

812
**Note:** Version bump only for package @swc-node/jest

packages/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/jest",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "swc preprocessor for jest with source map support",
55
"keywords": ["swc", "jest", "ts-jest", "napi", "N-API", "typescript", "node-rs", "napi-rs", "ts-node"],
66
"author": "LongYinan <[email protected]>",
@@ -13,7 +13,7 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@swc-node/core": "^0.2.3"
16+
"@swc-node/core": "^0.2.4"
1717
},
1818
"repository": {
1919
"type": "git",

packages/register/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-13)
7+
8+
**Note:** Version bump only for package @swc-node/register
9+
610
## [0.2.3](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-10)
711

812
**Note:** Version bump only for package @swc-node/register

packages/register/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/register",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/Brooooooklyn/swc-node/issues"
3434
},
3535
"dependencies": {
36-
"@swc-node/core": "^0.2.3",
36+
"@swc-node/core": "^0.2.4",
3737
"@swc-node/sourcemap-support": "^0.1.7",
3838
"pirates": "^4.0.1"
3939
}

0 commit comments

Comments
 (0)