Skip to content

Commit 9406e55

Browse files
author
LongYinan
committed
chore(release): publish
- @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected]
1 parent 545adbd commit 9406e55

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

packages/core/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.8](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-20)
7+
8+
**Note:** Version bump only for package @swc-node/core
9+
610
## [0.2.7](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-20)
711

812
### Features

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.7",
6+
"version": "0.2.8",
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.7",
6+
"version": "0.2.8",
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.7",
6+
"version": "0.2.8",
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.7",
3+
"version": "0.2.8",
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.22](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-20)
7+
8+
**Note:** Version bump only for package @swc-node/jest
9+
610
## [0.1.20](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-18)
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.21",
3+
"version": "0.1.22",
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.7"
16+
"@swc-node/core": "^0.2.8"
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.3.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-20)
7+
8+
**Note:** Version bump only for package @swc-node/register
9+
610
## [0.3.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-20)
711

812
### BREAKING CHANGE

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.3.0",
3+
"version": "0.3.1",
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.7",
36+
"@swc-node/core": "^0.2.8",
3737
"@swc-node/sourcemap-support": "^0.1.7",
3838
"debug": "^4.1.1",
3939
"pirates": "^4.0.1"

0 commit comments

Comments
 (0)