Skip to content

Commit 18187a1

Browse files
🔖 v0.4.0
1 parent 1a78d42 commit 18187a1

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [0.4.0](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.3.2...v0.4.0) (2025-10-29)
2+
3+
4+
### ✨ Features
5+
6+
* Support Babel 8 ([52c122b](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/52c122b))
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* : make [@babel](https://github.com/babel)/core optional ([9bf262c](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/9bf262c))
12+
13+
14+
### 📚 Documentation
15+
16+
* Added gh build status badge ([3a52ff7](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/3a52ff7))
17+
* Update readme badge ([1a78d42](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/1a78d42))
18+
19+
20+
### 🏗 Chore
21+
22+
* Switch from travis to gh actions ([4c98c57](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/4c98c57))
23+
124
## [0.3.2](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.3.1...v0.3.2) (2021-03-19)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-typescript-metadata",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Babel plugin to emit decorator metadata like typescript compiler",
55
"main": "lib/plugin.js",
66
"types": "lib/plugin.d.ts",

0 commit comments

Comments
 (0)