From ab5c1f70c4a5685890deca16849af9d5b98494ce Mon Sep 17 00:00:00 2001 From: Nikita Dezzpil Orlov Date: Thu, 30 Sep 2021 17:29:44 +0300 Subject: [PATCH] chore(release): 1.1.2 --- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f1d3d35..4ff9c8e 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.1.2](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.1.1...v1.1.2) (2021-09-30) + + +### Bug Fixes + +* заменил все unknow на any ([20a969c](https://git.archive.systems/Dezzpil/ivanovna.orm/commit/20a969c829d5d4d9ec5b4f001f6d13be3570a97d)) + ### [1.1.1](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.1.0...v1.1.1) (2021-09-29) ## [1.1.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.0.2...v1.1.0) (2021-09-29) diff --git a/package-lock.json b/package-lock.json index f056db2..97f0f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ivna-orm", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ivna-orm", - "version": "1.1.1", + "version": "1.1.2", "license": "ISC", "devDependencies": { "@jest/test-sequencer": "^27.2.3", diff --git a/package.json b/package.json index 32810ad..6b49b82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ivna-orm", - "version": "1.1.1", + "version": "1.1.2", "description": "Mini ORM for convenience", "main": "dist/index.js", "files": [