Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Aug 16, 2022
1 parent e20ea91 commit 3fd992f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

#### [v1.0.0](https://github.com/wmakeev/moysklad-api-model/compare/v0.6.2...v1.0.0)

- feat: отказ от enum в пользу простого union [`e20ea91`](https://github.com/wmakeev/moysklad-api-model/commit/e20ea914983c7d2a85dffaebdd57e94836bac691)

#### [v0.6.2](https://github.com/wmakeev/moysklad-api-model/compare/v0.6.1...v0.6.2)

> 31 July 2022
- fix(Metadata): add customEntityMeta field [`9cd800a`](https://github.com/wmakeev/moysklad-api-model/commit/9cd800aa3715af00ce00b9805ee23f8488a79a1d)

#### [v0.6.1](https://github.com/wmakeev/moysklad-api-model/compare/v0.6.0...v0.6.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moysklad-api-model",
"version": "0.6.2",
"version": "1.0.0",
"description": "Объектная модель API МойСклад для TypeScript проектов",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 3fd992f

Please sign in to comment.