chore: version packages (#198)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-05-02 23:56:25 +09:00 committed by GitHub
commit c58adebdd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"court-auction-notice-search": patch
---
Fix sale notice search to post the court site month key (`YYYYMM`) and filter exact-day requests locally; normalize the current nested notice-detail response shape and HTML-formatted prices.

View file

@ -1,5 +1,11 @@
# court-auction-notice-search
## 0.2.1
### Patch Changes
- d7aca1b: Fix sale notice search to post the court site month key (`YYYYMM`) and filter exact-day requests locally; normalize the current nested notice-detail response shape and HTML-formatted prices.
## 0.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "court-auction-notice-search",
"version": "0.2.0",
"version": "0.2.1",
"description": "Korean court auction (대법원경매정보) real estate sale notice and case lookup with direct HTTP + Playwright fallback",
"license": "MIT",
"main": "src/index.js",