Skip to content

Commit 5118ca7

Browse files
chore(release): 3.4.1-beta.1 [skip ci]
## [3.4.1-beta.1](v3.4.0...v3.4.1-beta.1) (2024-02-07) ### Bug Fixes * **deps:** bump @faker-js/faker from 8.3.1 to 8.4.0 ([#859](#859)) ([7d505d4](7d505d4)) * don't export bin path ([3f9708d](3f9708d))
1 parent 3f9708d commit 5118ca7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.4.1-beta.1](https://github.com/tada5hi/typeorm-extension/compare/v3.4.0...v3.4.1-beta.1) (2024-02-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @faker-js/faker from 8.3.1 to 8.4.0 ([#859](https://github.com/tada5hi/typeorm-extension/issues/859)) ([7d505d4](https://github.com/tada5hi/typeorm-extension/commit/7d505d4c2f9db4eb109e62c3d456f5bf1281c57a))
7+
* don't export bin path ([3f9708d](https://github.com/tada5hi/typeorm-extension/commit/3f9708d4754d3ba3fa9ff9b954b32870f6565064))
8+
19
# [3.4.0](https://github.com/tada5hi/typeorm-extension/compare/v3.3.0...v3.4.0) (2024-01-18)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-extension",
3-
"version": "3.4.0",
3+
"version": "3.4.1-beta.1",
44
"description": "A library to create/drop database, simple seeding data sets, ...",
55
"author": {
66
"name": "Peter Placzek",

0 commit comments

Comments
 (0)