From 12d5ed21d35d3ef9797272c5ed68a07d36ae29fa Mon Sep 17 00:00:00 2001 From: Touch Date: Sat, 3 Feb 2024 11:03:15 +0700 Subject: [PATCH] chore(release): 2.0.6 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b2f72..7636f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.6](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.5...v2.0.6) (2024-02-03) + + +### Bug Fixes + +* **deps:** bump actions/setup-node from 4.0.0 to 4.0.1 ([6111f45](https://github.com/chantouchsek/typeorm-naming-strategy/commit/6111f456f2e148e2dd42cd2a6e14b9d49e15ee52)) +* **deps:** bump actions/stale from 8.0.0 to 9.0.0 ([e640bae](https://github.com/chantouchsek/typeorm-naming-strategy/commit/e640bae874829a913dce5c1ba8b3e4c2c60b5c0a)) + ### [2.0.5](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.4...v2.0.5) (2023-12-02) ### [2.0.4](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.3...v2.0.4) (2023-11-01) diff --git a/package.json b/package.json index cc7d965..67b1cfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-naming-strategy", - "version": "2.0.5", + "version": "2.0.6", "packageManager": "yarn@1.22.21", "description": "Custom naming strategies for typeorm", "main": "dist/main.js",