@guanghechen/equal 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 +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,35 @@
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
+ - 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
+ - Migrate from lerna to changesets
26
+
27
+ ## 2.0.0 (2025-01-15)
28
+
29
+ ### Improvements
30
+
31
+ - Switch to recommended ESLint stack
32
+
6
33
  ## 1.0.0-alpha.7 (2024-09-18)
7
34
 
8
35
  - :wrench: chore: upgrade devDependencies and fix configs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/equal",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "The fastest deep equal with ES6 Map, Set and Typed arrays support.",
5
5
  "author": {
6
6
  "name": "guanghechen",