Merge pull request #245 from NomaDamas/changeset-release/main

chore: version packages
This commit is contained in:
Jeffrey (Dongkyu) Kim 2026-05-15 01:36:35 +09:00 committed by GitHub
commit 80303f55f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 27 additions and 23 deletions

View file

@ -1,5 +0,0 @@
---
"gangnamunni-clinic-search": minor
---
Add Gangnam Unni public clinic search skill and package.

View file

@ -1,5 +0,0 @@
---
"k-skill-proxy": patch
---
Add National Tax Service business registration status and authenticity proxy routes.

View file

@ -1,5 +0,0 @@
---
"daishin-report-search": minor
---
Add a Daishin Securities report search skill backed by the public GitHub Pages report mirror.

View file

@ -1,5 +0,0 @@
---
"k-skill-proxy": minor
---
Add `/v1/seoul-density/citydata` route that proxies the Seoul Open Data realtime hotspot crowd-level API (`citydata_ppltn`) using the server-side `SEOUL_OPEN_API_KEY`.

View file

@ -0,0 +1,7 @@
# daishin-report-search
## 0.2.0
### Minor Changes
- d48a962: Add a Daishin Securities report search skill backed by the public GitHub Pages report mirror.

View file

@ -1,6 +1,6 @@
{
"name": "daishin-report-search",
"version": "0.1.0",
"version": "0.2.0",
"description": "Public Daishin Securities report lookup client for GitHub Pages mirrored HTML reports",
"license": "MIT",
"main": "src/index.js",

View file

@ -0,0 +1,7 @@
# gangnamunni-clinic-search
## 0.2.0
### Minor Changes
- da0632c: Add Gangnam Unni public clinic search skill and package.

View file

@ -1,6 +1,6 @@
{
"name": "gangnamunni-clinic-search",
"version": "0.1.0",
"version": "0.2.0",
"description": "Public Gangnam Unni clinic search client for k-skill",
"license": "MIT",
"main": "src/index.js",

View file

@ -1,5 +1,15 @@
# k-skill-proxy
## 0.3.0
### Minor Changes
- 315dbbb: Add `/v1/seoul-density/citydata` route that proxies the Seoul Open Data realtime hotspot crowd-level API (`citydata_ppltn`) using the server-side `SEOUL_OPEN_API_KEY`.
### Patch Changes
- cd3366a: Add National Tax Service business registration status and authenticity proxy routes.
## 0.2.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "k-skill-proxy",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"description": "Fastify proxy for k-skill upstream APIs",
"license": "MIT",