Skip to content

Commit

Permalink
chore(release): 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chantouchsek committed Nov 1, 2023
1 parent c7d3d8d commit d36efda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.4](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.3...v2.0.4) (2023-11-01)


### Bug Fixes

* **deps:** bump actions/checkout from 3.5.3 to 3.6.0 ([1e93540](https://github.com/chantouchsek/typeorm-naming-strategy/commit/1e935403515bd0ed3488f9830f17f493b79c8049))
* **deps:** bump actions/checkout from 3.6.0 to 4.0.0 ([b06d641](https://github.com/chantouchsek/typeorm-naming-strategy/commit/b06d6415290cddedc3e4b4427a2a5525c9f2ee72))
* **deps:** bump actions/checkout from 4.0.0 to 4.1.0 ([b3d8e14](https://github.com/chantouchsek/typeorm-naming-strategy/commit/b3d8e141a637c550e3f66e105e149c8b49d0276c))
* **deps:** bump actions/checkout from 4.1.0 to 4.1.1 ([bca09de](https://github.com/chantouchsek/typeorm-naming-strategy/commit/bca09dec73b49eb4ff740c8976dfb538a2a6ec11))
* **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([646e059](https://github.com/chantouchsek/typeorm-naming-strategy/commit/646e05974a5e2b685079fb886f7b943ea0b5d193))
* **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([9147ecb](https://github.com/chantouchsek/typeorm-naming-strategy/commit/9147ecb9fe4eea0c164d7b6a1b84c9001d90a62a))
* **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([28f890a](https://github.com/chantouchsek/typeorm-naming-strategy/commit/28f890ac1886f6dbeb153a18785817f0ae4af8f0))

### [2.0.3](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.2...v2.0.3) (2023-08-09)


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.3",
"version": "2.0.4",
"description": "Custom naming strategies for typeorm",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit d36efda

Please sign in to comment.