Skip to content

Commit

Permalink
feat: release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed Aug 21, 2021
1 parent 25ce852 commit e2a663b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ezy-event-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Util from './ezy-util';
export class EzyConnectionSuccessHandler {
constructor() {
this.clientType = 'JSEMACS6';
this.clientVersion = '1.2.0';
this.clientVersion = '1.2.1';
}

handle() {
Expand Down Expand Up @@ -66,7 +66,7 @@ export class EzyConnectionFailureHandler {
if (reconnecting) {
this.onReconnecting(event);
} else {
this.onDisconnected(event);
this.onConnectionFailed(event);
}
this.postHandle(event);
}
Expand All @@ -77,7 +77,7 @@ export class EzyConnectionFailureHandler {

onReconnecting(event) {}

onDisconnected(event) {}
onConnectionFailed(event) {}

postHandle(event) {}
}
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": "ezyfox-es6-client",
"version": "1.2.0",
"description": "ezyfox client use ECMAScript 6",
"version": "1.2.1",
"description": "EzyFox Server's client SDK use ECMAScript 6",
"main": "index.js",
"scripts": {
"test": "test",
Expand Down

0 comments on commit e2a663b

Please sign in to comment.