Skip to content

Commit 2480c1d

Browse files
committed
chore(release): v1.3.2
1 parent a35258b commit 2480c1d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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+
## v1.3.2
6+
7+
[compare changes](https://github.com/unjs/untyped/compare/v1.3.1...v1.3.2)
8+
9+
10+
### 🩹 Fixes
11+
12+
- Only enable `experimentalFunctions` for new loader ([f875ae5](https://github.com/unjs/untyped/commit/f875ae5))
13+
- **babel:** Only transform exported functions with meta ([afa8dac](https://github.com/unjs/untyped/commit/afa8dac))
14+
- **babel:** Transform all arrow functions with block syntax ([ca052d6](https://github.com/unjs/untyped/commit/ca052d6))
15+
- Allow opting in to experimental functions for transform and web ([e3395fc](https://github.com/unjs/untyped/commit/e3395fc))
16+
- **babel:** Partially handle functions as default export ([a35258b](https://github.com/unjs/untyped/commit/a35258b))
17+
18+
### 🏡 Chore
19+
20+
- Update lockfile ([6ed9138](https://github.com/unjs/untyped/commit/6ed9138))
21+
22+
### 🎨 Styles
23+
24+
- Format web project with prettier ([55f1ffb](https://github.com/unjs/untyped/commit/55f1ffb))
25+
26+
### ❤️ Contributors
27+
28+
- Pooya Parsa ([@pi0](http://github.com/pi0))
29+
530
## v1.3.1
631

732
[compare changes](https://github.com/unjs/untyped/compare/v1.3.0...v1.3.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "untyped",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "",
55
"repository": "unjs/untyped",
66
"license": "MIT",

0 commit comments

Comments
 (0)