Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Aug 9, 2024
1 parent da8f474 commit 7c7897b
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.0] - 2024-08-09

### Added

- Add support for flat configuration
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.3.1",
"version": "0.4.0",
"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.3.0',
version: '0.4.0',
},
rules,
};
Expand Down

0 comments on commit 7c7897b

Please sign in to comment.