Skip to content

Commit

Permalink
Bump to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Nov 24, 2024
1 parent 04fe904 commit abddce6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.4.1] - 2024-11-24

### Added

- Add support for [ESM Relation wrapper](https://typeorm.io/#relations-in-esm-projects) ([#16](https://github.com/daniel7grant/eslint-plugin-typeorm-typescript/pull/16), [#17](https://github.com/daniel7grant/eslint-plugin-typeorm-typescript/issues/17), thanks to @lmeysel for initial implementation)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-typeorm-typescript",
"version": "0.4.0",
"version": "0.4.1",
"description": "An ESLint plugin to catch mistakes if the TypeORM column types and TypeScript types aren't consistent.",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const rules = {
export const plugin: FlatConfig.Plugin = {
meta: {
name: 'eslint-plugin-typeorm-typescript',
version: '0.4.0',
version: '0.4.1',
},
rules,
};
Expand Down

0 comments on commit abddce6

Please sign in to comment.