Skip to content

Commit

Permalink
Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CiotkaCierpienia committed Oct 9, 2024
1 parent cd69748 commit 2e1fb33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Flotiq CLI
==================

<p align="center">
[![Npm package version](https://badgen.net/npm/v/flotiq-cli)](https://npmjs.com/package/flotiq-cli)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/V8vcfReN3w) ![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)
![Npm package version](https://badgen.net/npm/v/flotiq-cli)](https://npmjs.com/package/flotiq-cli)
![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/V8vcfReN3w)
![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)
</p>

Flotiq is a modern and highly customizable headless CMS that offers a seamless content management experience for developers and content creators alike. With its intuitive API-first approach and flexible data model, Flotiq enables businesses to easily create, manage, and distribute content across multiple channels and platforms.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flotiq-cli",
"version": "2.8.0",
"version": "2.8.1",
"description": "Flotiq CLI",
"main": "src/command/command.js",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/importer/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ exports.importer = async (apiKey, directoryPath, exit = true) => {

function resultNotify(response, context, name) {
if (response.status === 400) {
console.log('Response from server: '.response.json().then((data) => {
console.log('Response from server: ' + response.json().then((data) => {
console.log(data);
}));
console.log(context + ': "' + name + '" existing, trying use it.');
Expand Down

0 comments on commit 2e1fb33

Please sign in to comment.