Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/[email protected]
 - @swc-node/[email protected]
 - @swc-node/[email protected]
  • Loading branch information
LongYinan committed Aug 23, 2020
1 parent 366d370 commit dee582f
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-23)

### Bug Fixes

- wrong benchmark setup ([7bd298d](https://github.com/Brooooooklyn/swc-node/commit/7bd298d1d4cf3dddf770caa75671e681066e5b83))

# [0.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm/core-darwin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The macOS 64-bit binary for @swc-node/core.",
"repository": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "swc.darwin.node",
"files": ["swc.darwin.node"],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm/core-linux-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Linux 64-bit binary for @swc-node/core.",
"repository": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "swc.linux-musl.node",
"files": ["swc.linux-musl.node"],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm/core-linux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Linux 64-bit binary for @swc-node/core.",
"repository": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "swc.linux.node",
"files": ["swc.linux.node"],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm/core-win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Windows 64-bit binary for @swc-node/core.",
"repository": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"main": "swc.win32.node",
"files": ["swc.win32.node"],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/core",
"version": "0.4.0",
"version": "0.4.1",
"description": "Faster swc nodejs binding",
"keywords": [
"swc",
Expand Down
4 changes: 4 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.26](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-23)

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

## [0.1.25](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-23)

**Note:** Version bump only for package @swc-node/jest
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/jest",
"version": "0.1.25",
"version": "0.1.26",
"description": "swc preprocessor for jest with source map support",
"keywords": ["swc", "jest", "ts-jest", "napi", "N-API", "typescript", "node-rs", "napi-rs", "ts-node"],
"author": "LongYinan <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^0.4.0"
"@swc-node/core": "^0.4.1"
},
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/register/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-23)

### Bug Fixes

- **register:** missing register.js file in package.json ([366d370](https://github.com/Brooooooklyn/swc-node/commit/366d3706af778e47f0427f92fe1a171cd43e2a62))

### BREAKING CHANGES

- **register:** missing files

## [0.3.4](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2020-08-23)

**Note:** Version bump only for package @swc-node/register
Expand Down
4 changes: 2 additions & 2 deletions packages/register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/register",
"version": "0.3.4",
"version": "0.4.0",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/Brooooooklyn/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^0.4.0",
"@swc-node/core": "^0.4.1",
"@swc-node/sourcemap-support": "^0.1.7",
"debug": "^4.1.1",
"pirates": "^4.0.1"
Expand Down

0 comments on commit dee582f

Please sign in to comment.