diff --git a/CHANGELOG.md b/CHANGELOG.md index a7092d0..3ceab60 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). +#### [v3.2.1](https://github.com/wmakeev/moysklad-helpers/compare/v3.2.0...v3.2.1) + +- 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) +> 29 July 2022 + - feat(types): export helpers type [`0eb2937`](https://github.com/wmakeev/moysklad-helpers/commit/0eb293730641bc6720ae8c3cfada66325f8cbb93) #### [v3.1.0](https://github.com/wmakeev/moysklad-helpers/compare/v3.0.1...v3.1.0) diff --git a/package.json b/package.json index 8ef1f12..bc23153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moysklad-helpers", - "version": "3.2.0", + "version": "3.2.1", "description": "Вспомогательные функции для работы с библиотекой moysklad", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",