Skip to content

Commit 7c7897b

Browse files
committed
Bump version to v0.4.0
1 parent da8f474 commit 7c7897b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.4.0] - 2024-08-09
6+
57
### Added
68

79
- Add support for flat configuration

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-typeorm-typescript",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "An ESLint plugin to catch mistakes if the TypeORM column types and TypeScript types aren't consistent.",
55
"main": "dist/index.js",
66
"type": "module",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const rules = {
1313
export const plugin: FlatConfig.Plugin = {
1414
meta: {
1515
name: 'eslint-plugin-typeorm-typescript',
16-
version: '0.3.0',
16+
version: '0.4.0',
1717
},
1818
rules,
1919
};

0 commit comments

Comments
 (0)