Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@0.3.0
 - @swc-node/jest@0.1.24
 - @swc-node/register@0.3.3
  • Loading branch information
LongYinan committed Aug 21, 2020
1 parent c18ab85 commit b1f67ab
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 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.3.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.2.9...@swc-node/core@0.3.0) (2020-08-21)

### Features

- **core:** TypeScript 4.0 ([c18ab85](https://github.com/Brooooooklyn/swc-node/commit/c18ab85f6911ca44e6db70894ee21a0653695411))

## [0.2.9](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.2.8...@swc-node/core@0.2.9) (2020-08-20)

### 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.2.9",
"version": "0.3.0",
"main": "swc.darwin.node",
"files": ["swc.darwin.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.2.9",
"version": "0.3.0",
"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.2.9",
"version": "0.3.0",
"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.2.9",
"version": "0.3.0",
"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.24](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/jest@0.1.23...@swc-node/jest@0.1.24) (2020-08-21)

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

## [0.1.23](https://github.com/Brooooooklyn/node-swc/compare/@swc-node/jest@0.1.22...@swc-node/jest@0.1.23) (2020-08-20)

**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.23",
"version": "0.1.24",
"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 <lynweklm@gmail.com>",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^0.2.9"
"@swc-node/core": "^0.3.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/register/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.3.3](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/register@0.3.2...@swc-node/register@0.3.3) (2020-08-21)

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

## [0.3.2](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/register@0.3.1...@swc-node/register@0.3.2) (2020-08-20)

**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.2",
"version": "0.3.3",
"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.2.9",
"@swc-node/core": "^0.3.0",
"@swc-node/sourcemap-support": "^0.1.7",
"debug": "^4.1.1",
"pirates": "^4.0.1"
Expand Down

0 comments on commit b1f67ab

Please sign in to comment.