Skip to content

Commit

Permalink
v8.2.3
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
Baptiste Jamin committed Dec 29, 2023
1 parent f6d7826 commit ccc4f58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## v8.2.3

### Changes

* Use a `github:` prefix for dependency `fbemitter` to fix issue 59 related to Yarn 3

## v8.2.2

### Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2",
"version": "8.2.3",
"homepage": "https://github.com/crisp-im/node-crisp-api",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"socket.io-client": "4.7.2",
"fbemitter": "git+https://github.com/crisp-dev/emitter.git#695f60594bdca0c876e5c232de57702ab3151b6f",
"fbemitter": "github:crisp-dev/emitter#695f60594bdca0c876e5c232de57702ab3151b6f",
"got": "11.8.5"
},
"keywords": [
Expand Down

0 comments on commit ccc4f58

Please sign in to comment.