@profplum700/etsy-v3-api-client 3.0.0 → 3.0.1

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.
package/CHANGELOG.md CHANGED
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
  - Server imports from both `@profplum700/etsy-nextjs` and `@profplum700/etsy-nextjs/server` work identically
16
16
  - See MIGRATION.md for upgrade instructions
17
17
 
18
+ ## [3.0.1] - 2026-09-24
19
+
20
+ ### Fixed
21
+ - Updated `when_made` validation to match Etsy's current Create Draft Listing enum, including `2020_2026`, `2007_2009`, and `before_2007`.
22
+ - Removed undocumented `price` minimum and maximum checks; prices must be finite and greater than zero, matching the published API contract.
23
+
18
24
  ## [2.5.4] - 2026-03-31
19
25
 
20
26
  ### Fixed