Skip to content

Commit

Permalink
chore(release): 44.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [44.0.0](v43.1.0...v44.0.0) (2024-04-02)

### ⚠ BREAKING CHANGES

* **deps:** minimum @typescript-eslint is v7.0.1

### Build system / dependencies

* **ci:** "ci" job explicitly fails if test matrix fails ([7dddb49](7dddb49))
* **ci:** ci workflow if not cancelled ([43b73e8](43b73e8))
* **ci:** release from branch main ([03a84a5](03a84a5))
* **nix:** replace flake.nix with shell.nix ([023d0b0](023d0b0))
* **shell.nix:** nodejs_latest ([75d18a0](75d18a0))
* **shell.nix:** typescript-language-server ([662a8f4](662a8f4))

### Features

* **deps:** bump minimum [@typescript-eslint](https://github.com/typescript-eslint) to v7.0.1 ([44da116](44da116))

### Testing

* expected resolved config rules ([593ac1b](593ac1b))
  • Loading branch information
semantic-release-bot committed Apr 2, 2024
1 parent d511649 commit 8bcb795
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [44.0.0](https://github.com/mightyiam/eslint-config-love/compare/v43.1.0...v44.0.0) (2024-04-02)


### ⚠ BREAKING CHANGES

* **deps:** minimum @typescript-eslint is v7.0.1

### Build system / dependencies

* **ci:** "ci" job explicitly fails if test matrix fails ([7dddb49](https://github.com/mightyiam/eslint-config-love/commit/7dddb49e7072b7bf8fdc57d9efe6547adb2fb34d))
* **ci:** ci workflow if not cancelled ([43b73e8](https://github.com/mightyiam/eslint-config-love/commit/43b73e8e36b47301ec7a8b8fc8e7e3af68e8a8f1))
* **ci:** release from branch main ([03a84a5](https://github.com/mightyiam/eslint-config-love/commit/03a84a5cce61322cd447cf4c4d0c957422aa6db2))
* **nix:** replace flake.nix with shell.nix ([023d0b0](https://github.com/mightyiam/eslint-config-love/commit/023d0b08287a3081ba96c23211b5f3dc3a7a17d9))
* **shell.nix:** nodejs_latest ([75d18a0](https://github.com/mightyiam/eslint-config-love/commit/75d18a01dc3cb29cc20b72593d2e6a5d33e97bac))
* **shell.nix:** typescript-language-server ([662a8f4](https://github.com/mightyiam/eslint-config-love/commit/662a8f42d6321c25d366f9d1f92482bbd0cc959c))


### Features

* **deps:** bump minimum [@typescript-eslint](https://github.com/typescript-eslint) to v7.0.1 ([44da116](https://github.com/mightyiam/eslint-config-love/commit/44da116df9cc3744445fe8138eb5e6481a7a72f8))


### Testing

* expected resolved config rules ([593ac1b](https://github.com/mightyiam/eslint-config-love/commit/593ac1b6c342c43ae91164624f3e70976f570011))

## [43.1.0](https://github.com/mightyiam/eslint-config-love/compare/v43.0.1...v43.1.0) (2024-03-16)


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-config-love",
"version": "43.1.0",
"version": "44.0.0",
"description": "A TypeScript ESLint config that loves you",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 8bcb795

Please sign in to comment.