From 4bd1e4e9e486cc20ce9c7a8fc094e1614e42513b Mon Sep 17 00:00:00 2001 From: Touch Date: Mon, 25 Nov 2024 11:16:29 +0700 Subject: [PATCH] chore(release): 2.0.11 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7825182..383a8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +### [2.0.11](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.10...v2.0.11) (2024-11-25) + + +### Bug Fixes + +* **deps:** bump actions/checkout from 4.1.7 to 4.2.0 ([c1616d9](https://github.com/chantouchsek/typeorm-naming-strategy/commit/c1616d9873c54e346e606bfd8563cb8fb1eb1fc0)) +* **deps:** bump actions/checkout from 4.2.0 to 4.2.1 ([0cfeb30](https://github.com/chantouchsek/typeorm-naming-strategy/commit/0cfeb3025ba20d3daf3a43b6bce07d36210b4b6f)) +* **deps:** bump actions/checkout from 4.2.1 to 4.2.2 ([bc89b34](https://github.com/chantouchsek/typeorm-naming-strategy/commit/bc89b34b6b78048881964148671554c719defc7a)) +* **deps:** bump actions/setup-node from 4.0.4 to 4.1.0 ([a7c4219](https://github.com/chantouchsek/typeorm-naming-strategy/commit/a7c4219017a82395ea1b79cedc81cabb8809afa3)) + ### [2.0.10](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.9...v2.0.10) (2024-09-20) diff --git a/package.json b/package.json index 07ded70..61ab23e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-naming-strategy", - "version": "2.0.10", + "version": "2.0.11", "packageManager": "yarn@4.4.1", "description": "Custom naming strategies for typeorm", "author": {