diff --git a/HISTORY.md b/HISTORY.md index 51971c6..7f604df 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.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.2.0...v1.3.0) (2021-10-05) + + +### Features + +* добавил управление трансформацией данных для репозитория ([017f735](https://git.archive.systems/Dezzpil/ivanovna.orm/commit/017f7356134c306c9ba46b19385c3e96444c613b)) + ## [1.2.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.1.3...v1.2.0) (2021-10-04) diff --git a/package-lock.json b/package-lock.json index b47d5ac..c39911b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ivna-orm", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ivna-orm", - "version": "1.2.0", + "version": "1.3.0", "license": "ISC", "devDependencies": { "@jest/test-sequencer": "^27.2.3", diff --git a/package.json b/package.json index 2d27107..bc4792d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ivna-orm", - "version": "1.2.0", + "version": "1.3.0", "description": "Mini ORM for convenience", "main": "dist/index.js", "files": [