Skip to content

Commit

Permalink
tests(node): поддержка node.js версии >=12
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Sep 29, 2020
1 parent 0e3f3cb commit 51b23cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ env:
language: node_js

node_js:
- '8.10'
- '12'
- '13'

before_script:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -28,6 +28,8 @@

- ➕ (errors) Добавление ошибки `MoyskladRequestError`, которая включает в себя дополнительную информацию из запроса. `MoyskladApiError` наследуется от `MoyskladRequestError`.

- 🛠⚡️ (tests) Проведение тестов только для node.js версии 12 и выше.

## 0.7.2

- 🔧 (typings) исправление экспортированных типов полей `filter` и `order`
Expand Down

0 comments on commit 51b23cd

Please sign in to comment.