diff --git a/HISTORY.md b/HISTORY.md index 7f604df..a0ad159 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.3.0...v1.3.1) (2021-10-05) + + +### Bug Fixes + +* обновил API типов ([ead279c](https://git.archive.systems/Dezzpil/ivanovna.orm/commit/ead279ca5dbcc391aa30b224195295a4d1f81684)) + ## [1.3.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.2.0...v1.3.0) (2021-10-05) diff --git a/package-lock.json b/package-lock.json index c39911b..fc4d85d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ivna-orm", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ivna-orm", - "version": "1.3.0", + "version": "1.3.1", "license": "ISC", "devDependencies": { "@jest/test-sequencer": "^27.2.3", diff --git a/package.json b/package.json index bc4792d..5130ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ivna-orm", - "version": "1.3.0", + "version": "1.3.1", "description": "Mini ORM for convenience", "main": "dist/index.js", "files": [