From 1c432db23adf1af0e6947f2c572fe56e69802af4 Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Wed, 27 Dec 2023 14:09:19 -0300 Subject: [PATCH] chore: bump version to v1.8.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c853e1f..f7fdc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.8.0](https://github.com/Coaktion/client-core/compare/v1.7.2...v1.8.0) (2023-12-27) + + +### Features + +* add zendesk helper methods ([60339e8](https://github.com/Coaktion/client-core/commit/60339e85c2ed118a3caee6f68124ba8867f4c4e9)) + ### [1.7.2](https://github.com/Coaktion/client-core/compare/v1.7.1...v1.7.2) (2023-12-08) ### [1.7.1](https://github.com/Coaktion/client-core/compare/v1.7.0...v1.7.1) (2023-11-30) diff --git a/package-lock.json b/package-lock.json index 0bbbeb7..cf18bc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coaktion/client-core", - "version": "1.7.2", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coaktion/client-core", - "version": "1.7.2", + "version": "1.8.0", "license": "MIT", "dependencies": { "axios": "^1.6.0" diff --git a/package.json b/package.json index f2e8df3..70b0b2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coaktion/client-core", - "version": "1.7.2", + "version": "1.8.0", "description": "Library helping you to create a client RestFul API", "main": "dist/index.js", "types": "dist/index.d.ts",