diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ceab60..1af31a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v5.0.0](https://github.com/wmakeev/moysklad-helpers/compare/v3.2.1...v5.0.0) + +- feat: updade moysklad api, update deps [`e2991d8`](https://github.com/wmakeev/moysklad-helpers/commit/e2991d8e484524d65f6b15e87abed7717291e76a) + #### [v3.2.1](https://github.com/wmakeev/moysklad-helpers/compare/v3.2.0...v3.2.1) +> 29 July 2022 + - deps(model) [`c507699`](https://github.com/wmakeev/moysklad-helpers/commit/c507699cf444a22ec0797d4d81b35f5d6e80f4a7) #### [v3.2.0](https://github.com/wmakeev/moysklad-helpers/compare/v3.1.0...v3.2.0) diff --git a/package.json b/package.json index 1fd5218..09ebd0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moysklad-helpers", - "version": "4.0.0", + "version": "5.0.0", "description": "Вспомогательные функции для работы с библиотекой moysklad", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",