diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8b9b6..22b2f72 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.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 36fc62d..56f0849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeorm-naming-strategy", - "version": "2.0.4", + "version": "2.0.5", "packageManager": "yarn@1.22.21", "description": "Custom naming strategies for typeorm", "main": "dist/main.js",