Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 27, 2024
1 parent 6df8b4e commit 1a74c34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## v9.0.0

### Breaking Changes

* ⚠️ Removed the `CrispClient.website.acquireAnalyticsPoints` method (API route has been removed).
* ⚠️ Removed the `CrispClient.website.listAnalyticsFilters` method (API route has been removed).
* ⚠️ Removed the `CrispClient.website.listAnalyticsClassifiers` method (API route has been removed).

### New Features

* Added the new `CrispClient.website.generateAnalytics` method.

## v8.5.0

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crisp-api",
"description": "Crisp API wrapper for Node - official, maintained by Crisp",
"version": "8.5.0",
"version": "9.0.0",
"homepage": "https://github.com/crisp-im/node-crisp-api",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 1a74c34

Please sign in to comment.