2 Commits

Author SHA1 Message Date
d1393c5128 1.0.5 2023-01-09 18:19:51 +01:00
fc92f0f3e8 fix(core): update 2023-01-09 18:19:50 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartjimp", "name": "@pushrocks/smartjimp",
"version": "1.0.4", "version": "1.0.5",
"private": false, "private": false,
"description": "a tool fr working with images in TypeScript", "description": "a tool fr working with images in TypeScript",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartjimp', name: '@pushrocks/smartjimp',
version: '1.0.4', version: '1.0.5',
description: 'a tool fr working with images in TypeScript' description: 'a tool fr working with images in TypeScript'
} }