We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a517ce0 commit bb33a4fCopy full SHA for bb33a4f
README.md
@@ -54,6 +54,8 @@ enum Day {
54
Fri = '金',
55
Sat = '土',
56
Intensive = '集中',
57
+ Appointment = '応談',
58
+ AnyTime = '随時',
59
Unknown = '不明'
60
}
61
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "twinte-parser",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "Twinte内部で使用するために開発されたKdBパーサ",
5
"private": false,
6
"main": "dist/index.js",
0 commit comments