Skip to content

Commit

Permalink
chore(release): 101.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [101.0.0](v100.0.0...v101.0.0) (2024-11-19)

### ⚠ BREAKING CHANGES

* @typescript-eslint/no-unsafe-type-assertion and
bump minimum typescript-eslint to v8.15.0.

### Features

* @typescript-eslint/no-unsafe-type-assertion ([f24848b](f24848b))
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent da6ffc8 commit a203aa7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [101.0.0](https://github.com/mightyiam/eslint-config-love/compare/v100.0.0...v101.0.0) (2024-11-19)

### ⚠ BREAKING CHANGES

* @typescript-eslint/no-unsafe-type-assertion and
bump minimum typescript-eslint to v8.15.0.

### Features

* @typescript-eslint/no-unsafe-type-assertion ([f24848b](https://github.com/mightyiam/eslint-config-love/commit/f24848bd984ff2b1daa78f6b23db484e149004ef))

## [100.0.0](https://github.com/mightyiam/eslint-config-love/compare/v99.0.0...v100.0.0) (2024-11-19)

### ⚠ BREAKING CHANGES
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,7 +1,7 @@
{
"name": "eslint-config-love",
"type": "module",
"version": "100.0.0",
"version": "101.0.0",
"description": "A TypeScript ESLint config that loves you",
"funding": [
{
Expand Down

0 comments on commit a203aa7

Please sign in to comment.