@guanghechen/middleware 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 +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,36 @@
1
1
  # Change Log
2
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
+
3
9
  All notable changes to this project will be documented in this file. See
4
10
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
11
 
12
+ ## 2.0.1 (2025-02-07)
13
+
14
+ ### Improvements
15
+
16
+ - Fix build configs
17
+ - Clean up build configs and standardize package exports
18
+
19
+ ### Documentation
20
+
21
+ - Update README.md
22
+
23
+ ### Miscellaneous
24
+
25
+ - Add LICENSE file
26
+ - Migrate from lerna to changesets
27
+
28
+ ## 2.0.0 (2025-01-15)
29
+
30
+ ### Improvements
31
+
32
+ - Switch to recommended ESLint stack
33
+
6
34
  ## <small>1.0.2 (2024-09-18)</small>
7
35
 
8
36
  - :wrench: chore: upgrade devDependencies and fix configs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/middleware",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "types of @guanghechen/middleware",
5
5
  "author": {
6
6
  "name": "guanghechen",