chore(release): 1.2.0

This commit is contained in:
Nikita Dezzpil Orlov 2021-10-04 18:20:04 +03:00
parent d0942e59d9
commit 8e619112cd
3 changed files with 10 additions and 3 deletions

View File

@ -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.2.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.1.3...v1.2.0) (2021-10-04)
### Features
* добавил Entity Manager ([d0942e5](https://git.archive.systems/Dezzpil/ivanovna.orm/commit/d0942e59d97d861aa3368ee96a3a15f0418263e4))
### [1.1.3](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.1.2...v1.1.3) (2021-10-04)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ivna-orm",
"version": "1.1.3",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ivna-orm",
"version": "1.1.3",
"version": "1.2.0",
"license": "ISC",
"devDependencies": {
"@jest/test-sequencer": "^27.2.3",

View File

@ -1,6 +1,6 @@
{
"name": "ivna-orm",
"version": "1.1.3",
"version": "1.2.0",
"description": "Mini ORM for convenience",
"main": "dist/index.js",
"files": [