@guanghechen/env 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,36 @@
1
+ # Change Log
2
+
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: vitest config auto-load aliases and coverage thresholds; style/doc formatting updates
8
+
9
+ All notable changes to this project will be documented in this file. See
10
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
11
+
12
+ ## 2.0.1 (2025-02-07)
13
+
14
+ ### Improvements
15
+
16
+ - Fix build configs
17
+
18
+ ### Documentation
19
+
20
+ - Update README.md
21
+
22
+ ### Miscellaneous
23
+
24
+ - Add LICENSE file
25
+ - Clean up build configs and standardize package exports
26
+ - Migrate from lerna to changesets
27
+
28
+ ## 2.0.0 (2025-01-15)
29
+
30
+ ### Features
31
+
32
+ - Initial stable release: A minimal .env parser with typed value support and variable interpolation
33
+
34
+ ### Breaking Changes
35
+
36
+ - Enforce strict shell-compliant .env syntax
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/env",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A minimal .env parser with typed value support and variable interpolation.",
5
5
  "author": {
6
6
  "name": "guanghechen",