Skip to content

Commit 344e560

Browse files
committed
1 parent ff1ffbb commit 344e560

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/babel-plugin-with-auto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [0.1.1](https://github.com/alloc/wana/compare/@wana/[email protected]...@wana/[email protected]) (2021-10-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **babel-with-auto:** inherit node location when rewriting certain statements ([c899839](https://github.com/alloc/wana/commit/c8998396a6864c89bb65a63c0a2fb370ff385bd5))
11+
* **babel-with-auto:** support two-step withAuto calls ([407ba4a](https://github.com/alloc/wana/commit/407ba4a07b38e30895f40681e775239d42cebfef))
12+
513
## 0.1.0 (2021-10-19)
614

715
### Features

packages/babel-plugin-with-auto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wana/babel-plugin-with-auto",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Ensure withAuto components appear in stack traces",
55
"author": "Alec Larson",
66
"license": "MIT",

0 commit comments

Comments
 (0)