Skip to content

Commit 9ac5794

Browse files
committed
chore: release v3.1.2
1 parent b7293b7 commit 9ac5794

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

33
# enum-plus Changelog
44

5+
## 3.1.2
6+
7+
2025-11-7
8+
9+
### Features
10+
11+
- 🛠 Export the `./extension` subpath in package.json to fix the `Cannot find module 'enum-plus/extension'"` error.
12+
- 🛠 Exclude `label` field from the type of `autoLabel` option.
13+
514
## 3.1.1
615

716
2025-10-22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enum-plus",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A drop-in replacement for native enum. Like native enum but much better!",
55
"keywords": [
66
"enum",

0 commit comments

Comments
 (0)