@guanghechen/filepart 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 +29 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,37 @@
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
+ - Updated dependencies:
9
+ - @guanghechen/invariant@7.0.2
10
+
3
11
  All notable changes to this project will be documented in this file. See
4
12
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
13
 
14
+ ## 2.0.1 (2025-02-07)
15
+
16
+ ### Improvements
17
+
18
+ - Clean up build configs and standardize package exports
19
+
20
+ ### Documentation
21
+
22
+ - Update README.md
23
+
24
+ ### Miscellaneous
25
+
26
+ - Add LICENSE file
27
+ - Migrate from lerna to changesets
28
+
29
+ ## 2.0.0 (2025-01-15)
30
+
31
+ ### Improvements
32
+
33
+ - Upgrade to stable release
34
+
6
35
  ## 1.0.0-alpha.7 (2024-09-18)
7
36
 
8
37
  - :wrench: chore: upgrade devDependencies and fix configs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/filepart",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "File helper",
5
5
  "author": {
6
6
  "name": "guanghechen",
@@ -40,7 +40,7 @@
40
40
  "README.md"
41
41
  ],
42
42
  "dependencies": {
43
- "@guanghechen/invariant": "^7.0.1"
43
+ "@guanghechen/invariant": "^7.0.2"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "rollup -c ../../rollup.config.mjs",