diff --git a/CHANGELOG.md b/CHANGELOG.md index f788ec5..5f9b951 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). +#### [v0.5.6](https://github.com/wmakeev/moysklad-api-model/compare/v0.5.5...v0.5.6) + +- fix(Attribute): add entity ref value [`1c870e0`](https://github.com/wmakeev/moysklad-api-model/commit/1c870e003bcc7e4a212143059d7e821098c1275d) + #### [v0.5.5](https://github.com/wmakeev/moysklad-api-model/compare/v0.5.4...v0.5.5) +> 29 July 2022 + - docs: add CHANGELOG [`c50ad76`](https://github.com/wmakeev/moysklad-api-model/commit/c50ad7608c647d3ed439ead5519e01f87f710c5f) - test: add TS checker stuck test [`9df7b13`](https://github.com/wmakeev/moysklad-api-model/commit/9df7b1362ac3831a4d6eb627892c5073bc6e9d11) - fix(Attribute): значение атрибута не должно быть undefined [`0f70fcc`](https://github.com/wmakeev/moysklad-api-model/commit/0f70fcc5fe361e4215df2a7d72bb6361d6095221) diff --git a/package.json b/package.json index 0a417f4..d36c919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moysklad-api-model", - "version": "0.5.5", + "version": "0.5.6", "description": "Объектная модель API МойСклад для TypeScript проектов", "main": "build/src/index.js", "types": "build/src/index.d.ts",