chore: version packages (#137)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-04-18 11:58:59 +09:00 committed by GitHub
commit f6b76e7d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
"public-restroom-nearby": minor
---
Add the first official public-restroom nearby lookup package and skill/docs set.

View file

@ -1,5 +0,0 @@
---
"kbl-results": minor
---
Add a reusable KBL results and standings package backed by the official JSON APIs.

View file

@ -1,5 +1,11 @@
# kbl-results
## 0.2.0
### Minor Changes
- 68e6829: Add a reusable KBL results and standings package backed by the official JSON APIs.
## 0.1.0
- Initial release.

View file

@ -1,6 +1,6 @@
{
"name": "kbl-results",
"version": "0.1.0",
"version": "0.2.0",
"description": "Official KBL match results and standings client",
"license": "MIT",
"main": "src/index.js",

View file

@ -1,5 +1,11 @@
# public-restroom-nearby
## 0.2.0
### Minor Changes
- 68e6829: Add the first official public-restroom nearby lookup package and skill/docs set.
## 0.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "public-restroom-nearby",
"version": "0.1.0",
"version": "0.2.0",
"description": "Official public restroom standard-data client for nearby restroom lookup from a user-provided Korean location",
"license": "MIT",
"main": "src/index.js",