We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7293b7 commit 9ac5794Copy full SHA for 9ac5794
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
# enum-plus Changelog
4
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
14
## 3.1.1
15
16
2025-10-22
package.json
@@ -1,6 +1,6 @@
1
{
"name": "enum-plus",
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "A drop-in replacement for native enum. Like native enum but much better!",
"keywords": [
"enum",
0 commit comments