1.0.3
Some checks are pending
CI / build-and-publish (push) Waiting to run

This commit is contained in:
jolts 2025-01-25 07:44:29 +02:00
parent eb9fe218c3
commit 3d14178546

View file

@ -1,6 +1,6 @@
{ {
"name": "image-speech-bubble-transformer", "name": "image-speech-bubble-transformer",
"version": "1.0.2", "version": "1.0.3",
"description": "TypeScript library for applying speech bubble effects to images", "description": "TypeScript library for applying speech bubble effects to images",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -63,4 +63,4 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
} }
} }