Skip to content

Commit

Permalink
Version bump [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Dec 16, 2024
1 parent eed2eaa commit 7d031dd
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 23 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
{
"name": "@itwin/eslint-plugin",
"entries": [
{
"date": "Mon, 16 Dec 2024 22:46:33 GMT",
"version": "5.0.0",
"tag": "@itwin/eslint-plugin_v5.0.0",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@itwin/eslint-plugin",
"commit": "eed2eaac864fd3a96ff0ac0c21e38aa1e8b10836",
"comment": "Do not disable @typescript-eslint/unbound-method in ui plugin"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@itwin/eslint-plugin",
"commit": "eed2eaac864fd3a96ff0ac0c21e38aa1e8b10836",
"comment": "disallow non-null assertions using the `!` postfix operator"
}
],
"major": [
{
"author": "[email protected]",
"package": "@itwin/eslint-plugin",
"commit": "eed2eaac864fd3a96ff0ac0c21e38aa1e8b10836",
"comment": "Updated to support ESLint v9 and typescript-eslint v8.11"
}
]
}
},
{
"date": "Thu, 18 Jul 2024 20:42:48 GMT",
"version": "4.1.1",
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @itwin/eslint-plugin

This log was last generated on Thu, 18 Jul 2024 20:42:48 GMT and should not be manually modified.
This log was last generated on Mon, 16 Dec 2024 22:46:33 GMT and should not be manually modified.

<!-- Start content -->

## 5.0.0

Mon, 16 Dec 2024 22:46:33 GMT

### Major changes

- Updated to support ESLint v9 and typescript-eslint v8.11 ([email protected])

### Minor changes

- disallow non-null assertions using the `!` postfix operator ([email protected])

### Changes

- Do not disable @typescript-eslint/unbound-method in ui plugin ([email protected])

## 4.1.1

Thu, 18 Jul 2024 20:42:48 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/eslint-plugin",
"version": "5.0.0-dev.2",
"version": "5.0.0",
"description": "ESLint plugin with default configuration and custom rules for iTwin.js projects",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 7d031dd

Please sign in to comment.