Compare commits

...

2 Commits

Author SHA1 Message Date
1a702071c6 1.0.32 2023-07-04 09:13:45 +02:00
0fe2f6a4ae fix(core): update 2023-07-04 09:13:44 +02:00
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/elasticsearch",
"version": "1.0.31",
"version": "1.0.32",
"private": false,
"description": "log to elasticsearch in a kibana compatible format",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@mojoio/elasticsearch',
version: '1.0.31',
version: '1.0.32',
description: 'log to elasticsearch in a kibana compatible format'
}