mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
chore: version packages (#137)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
68e6829052
commit
f6b76e7d40
6 changed files with 14 additions and 12 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"public-restroom-nearby": minor
|
||||
---
|
||||
|
||||
Add the first official public-restroom nearby lookup package and skill/docs set.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"kbl-results": minor
|
||||
---
|
||||
|
||||
Add a reusable KBL results and standings package backed by the official JSON APIs.
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue