This commit is contained in:
Hiroo Takizawa 2025-06-26 23:36:24 +09:00
parent 7ca5ada80d
commit a75d7828ee
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "auto-bullet",
"name": "Auto Bullet",
"version": "1.0.5",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "Automatically inserts bullet points when you type spaces or tabs at the beginning of a line.",
"author": "takitsuba",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "auto-bullet",
"version": "1.0.5",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "auto-bullet",
"version": "1.0.5",
"version": "1.1.0",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",

View file

@ -1,6 +1,6 @@
{
"name": "auto-bullet",
"version": "1.0.5",
"version": "1.1.0",
"description": "Automatically inserts bullet points when you type spaces or tabs at the beginning of a line.",
"main": "main.js",
"scripts": {

View file

@ -4,5 +4,6 @@
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0"
"1.0.5": "0.15.0",
"1.1.0": "0.15.0"
}