From 0626634de7c2ee39f74027ab1a5d7c7f6c4b0a03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Apr 2024 13:17:30 +0000 Subject: [PATCH] chore(release): 3.5.1 [skip ci] ## [3.5.1](https://github.com/tada5hi/typeorm-extension/compare/v3.5.0...v3.5.1) (2024-04-09) ### Bug Fixes * **deps:** bump locter from 2.0.2 to 2.1.0 ([#957](https://github.com/tada5hi/typeorm-extension/issues/957)) ([34d491f](https://github.com/tada5hi/typeorm-extension/commit/34d491f685e80c696bce7a00bda64a1a3c886e87)) * **deps:** bump reflect-metadata from 0.2.1 to 0.2.2 ([#958](https://github.com/tada5hi/typeorm-extension/issues/958)) ([7e8e885](https://github.com/tada5hi/typeorm-extension/commit/7e8e885e6994d6e1bd16e15110be3f0b2df3b941)) * **deps:** bump smob from 1.4.1 to 1.5.0 ([#961](https://github.com/tada5hi/typeorm-extension/issues/961)) ([d14f79a](https://github.com/tada5hi/typeorm-extension/commit/d14f79a10968b5a1006ad81b4d05058134b3cc5d)) * remove extension in typeorm-extension import in seeder template file ([#954](https://github.com/tada5hi/typeorm-extension/issues/954)) ([4ccb4b6](https://github.com/tada5hi/typeorm-extension/commit/4ccb4b6c554f9cf53adc401a1bb44f11cd0101fa)) ### Performance Improvements * opimized seeder-factory save-many fn ([#955](https://github.com/tada5hi/typeorm-extension/issues/955)) ([a4dfce5](https://github.com/tada5hi/typeorm-extension/commit/a4dfce505d300739ddc23c301bc8b85b270cd397)) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223d4ff2..8e21a7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [3.5.1](https://github.com/tada5hi/typeorm-extension/compare/v3.5.0...v3.5.1) (2024-04-09) + + +### Bug Fixes + +* **deps:** bump locter from 2.0.2 to 2.1.0 ([#957](https://github.com/tada5hi/typeorm-extension/issues/957)) ([34d491f](https://github.com/tada5hi/typeorm-extension/commit/34d491f685e80c696bce7a00bda64a1a3c886e87)) +* **deps:** bump reflect-metadata from 0.2.1 to 0.2.2 ([#958](https://github.com/tada5hi/typeorm-extension/issues/958)) ([7e8e885](https://github.com/tada5hi/typeorm-extension/commit/7e8e885e6994d6e1bd16e15110be3f0b2df3b941)) +* **deps:** bump smob from 1.4.1 to 1.5.0 ([#961](https://github.com/tada5hi/typeorm-extension/issues/961)) ([d14f79a](https://github.com/tada5hi/typeorm-extension/commit/d14f79a10968b5a1006ad81b4d05058134b3cc5d)) +* remove extension in typeorm-extension import in seeder template file ([#954](https://github.com/tada5hi/typeorm-extension/issues/954)) ([4ccb4b6](https://github.com/tada5hi/typeorm-extension/commit/4ccb4b6c554f9cf53adc401a1bb44f11cd0101fa)) + + +### Performance Improvements + +* opimized seeder-factory save-many fn ([#955](https://github.com/tada5hi/typeorm-extension/issues/955)) ([a4dfce5](https://github.com/tada5hi/typeorm-extension/commit/a4dfce505d300739ddc23c301bc8b85b270cd397)) + # [3.5.0](https://github.com/tada5hi/typeorm-extension/compare/v3.4.0...v3.5.0) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index 93a08a42..edd3f36e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typeorm-extension", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typeorm-extension", - "version": "3.5.0", + "version": "3.5.1", "license": "MIT", "dependencies": { "@faker-js/faker": "^8.4.1", diff --git a/package.json b/package.json index 9d9a8129..f2b527e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-extension", - "version": "3.5.0", + "version": "3.5.1", "description": "A library to create/drop database, simple seeding data sets, ...", "author": { "name": "Peter Placzek",