Skip to content

Commit 91349e3

Browse files
chore: release babel-preset-proposal-typescript v2.1.0 (#121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent c5057a7 commit 91349e3

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/loud-toes-sniff.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Changelog
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#115](https://github.com/rx-ts/babel-preset-proposal-typescript/pull/115) Thanks [@JounQin](https://github.com/JounQin)!
8+
9+
- [`50d6199`](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/50d6199bab3f732f49213cbb0087c6397f82074e) feat: upgrade babel core and plugins
10+
- [`db510c9`](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/db510c9504506ce2ab73989a03084605e0d3ef7c) feat: enable async-do-expressions and record-and-tuple proposals
11+
- [`1dd2ff6`](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/1dd2ff608bd86684b852dc6cd1d08e47bd4f3543) feat!: change `classLoose` default valule to `false` and presets order
12+
313
## 2.0.3
414

515
### Patch Changes
616

717
- [#118](https://github.com/rx-ts/babel-preset-proposal-typescript/pull/118) [`9330176`](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/93301762311301ed0d86a5153d48a008aa3d5a45) Thanks [@JounQin](https://github.com/JounQin)! - refactor: remove unused optional-chaining plugin
818

9-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
10-
1119
## [2.0.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.5.0...v2.0.0) (2021-01-26)
1220

1321
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-proposal-typescript",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.",
55
"repository": "git+https://github.com/rx-ts/babel-preset-proposal-typescript.git",
66
"author": "JounQin <[email protected]>",

0 commit comments

Comments
 (0)