Skip to content

Commit

Permalink
chore(release): 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chantouchsek committed Aug 9, 2023
1 parent cb2a215 commit 631cca4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.3](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.2...v2.0.3) (2023-08-09)


### Bug Fixes

* :pencil2: remove global from vite ([a50f000](https://github.com/chantouchsek/typeorm-naming-strategy/commit/a50f000331191d6d569fad9f4556db392a8173f7))
* **deps:** bump actions/checkout from 3.5.2 to 3.5.3 ([9040d96](https://github.com/chantouchsek/typeorm-naming-strategy/commit/9040d96900157be5f3c79ea47073ab682ac32592))
* **deps:** bump actions/setup-node from 3.6.0 to 3.7.0 ([d180516](https://github.com/chantouchsek/typeorm-naming-strategy/commit/d1805165a58ef3992dbeadc4718cd839de7fe0c6))

### [2.0.2](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.1...v2.0.2) (2023-05-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeorm-naming-strategy",
"version": "2.0.2",
"version": "2.0.3",
"description": "Custom naming strategies for typeorm",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 631cca4

Please sign in to comment.