@guanghechen/invariant 7.0.1 → 7.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 +32 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,32 @@
1
+ # Change Log
2
+
3
+ ## 7.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
+ ## 7.0.1 (2025-02-07)
13
+
14
+ ### Improvements
15
+
16
+ - Clean up build configs and standardize package exports
17
+
18
+ ### Documentation
19
+
20
+ - Update README.md
21
+
22
+ ### Miscellaneous
23
+
24
+ - Add LICENSE file
25
+ - Remove node engine restrictions
26
+ - Migrate from lerna to changesets
27
+
28
+ ## 7.0.0 (2025-01-15)
29
+
30
+ ### Improvements
31
+
32
+ - Upgrade to stable release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/invariant",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "A simple invariant function",
5
5
  "author": {
6
6
  "name": "guanghechen",