This commit is contained in:
c-degni 2026-03-14 19:42:02 -04:00
parent 78bdabfc6d
commit 2eceaf0dc8
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "text-autocomplete",
"name": "Text Autocomplete",
"version": "1.2.1",
"version": "1.2.2",
"minAppVersion": "1.8.10",
"description": "Autocomplete text to type more efficiently.",
"author": "Christ Degni",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "text-autocomplete",
"version": "1.3.0",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "text-autocomplete",
"version": "1.3.0",
"version": "1.2.2",
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "text-autocomplete",
"version": "1.2.1",
"version": "1.2.2",
"description": "Autocomplete text to type more efficiently.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.2.2": "1.8.10"
}