diff --git a/.env.dev b/.env.dev index ac7ccfe..104378e 100644 --- a/.env.dev +++ b/.env.dev @@ -10,7 +10,7 @@ GID=1000 ## IMAGE READEABLE_PKU=cr.yandex/crpkv4vq4nvrqqi6ruci/node-pku -TAG=1.13.0 +TAG=1.14.0 # DEBUG nodejs # DEBUG=socket.io* diff --git a/.env.example b/.env.example index ab1495f..061404f 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ GID=1000 ## IMAGE READEABLE_PKU=cr.yandex/crpkv4vq4nvrqqi6ruci/node-pku -TAG=1.13.0 +TAG=1.14.0 # DEBUG nodejs # DEBUG=socket.io* diff --git a/.version b/.version index f88cf52..cd99d38 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.13.0 \ No newline at end of file +1.14.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e120f1a..d9e28d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.14.0](https://github.com/upgreat-readable/pku/compare/v1.0.7...v1.14.0) (2021-11-05) + +### Features + +- **logs** - удалил дубль запроса пропущенного файла в методе reconnect + ## [1.13.0](https://github.com/upgreat-readable/pku/compare/v1.0.7...v1.13.0) (2021-11-03) ### Features diff --git a/package.json b/package.json index de3f2f1..a508539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readable-pku", - "version": "1.13.0", + "version": "1.14.0", "description": "", "directories": { "docs": "docs"