Skip to content

Commit 519754a

Browse files
author
LongYinan
committed
chore(release): publish
- @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected]
1 parent 59ebdda commit 519754a

File tree

9 files changed

+36
-8
lines changed

9 files changed

+36
-8
lines changed

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-09)
7+
8+
### Features
9+
10+
- **core:** add support for emitDecoratorMetadata ([edd2fd5](https://github.com/Brooooooklyn/swc-node/commit/edd2fd575bf43bf4206a49b5b078945de5eae95a))

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.1.12",
6+
"version": "0.2.0",
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.1.12",
6+
"version": "0.2.0",
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.1.12",
6+
"version": "0.2.0",
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.1.12",
3+
"version": "0.2.0",
44
"description": "Faster swc nodejs binding",
55
"keywords": [
66
"swc",

packages/jest/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.1.14](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-09)
7+
8+
**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.13",
3+
"version": "0.1.14",
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.1.12"
16+
"@swc-node/core": "^0.2.0"
1717
},
1818
"repository": {
1919
"type": "git",

packages/register/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-09)
7+
8+
### Features
9+
10+
- **core:** add support for emitDecoratorMetadata ([edd2fd5](https://github.com/Brooooooklyn/swc-node/commit/edd2fd575bf43bf4206a49b5b078945de5eae95a))

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.1.12",
3+
"version": "0.2.0",
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.1.12",
36+
"@swc-node/core": "^0.2.0",
3737
"@swc-node/sourcemap-support": "^0.1.7",
3838
"pirates": "^4.0.1"
3939
}

0 commit comments

Comments
 (0)