From ca2700f12dc0ddf227c9783fc8ec4e04fe2facb9 Mon Sep 17 00:00:00 2001 From: Touch Date: Tue, 10 Dec 2024 13:37:02 +0700 Subject: [PATCH] chore(release): 2.0.12 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383a8c0..f3fb013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.12](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.11...v2.0.12) (2024-12-10) + ### [2.0.11](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.10...v2.0.11) (2024-11-25) diff --git a/package.json b/package.json index 1b6f144..d3efd91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-naming-strategy", - "version": "2.0.11", + "version": "2.0.12", "packageManager": "yarn@4.4.1", "description": "Custom naming strategies for typeorm", "author": {