Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent 4c38dba commit 05f2f4d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0](https://github.com/sanity-io/eslint-config-studio/compare/v3.0.1...v4.0.0) (2024-04-03)

### ⚠ BREAKING CHANGES

- upgrade to `@typescript-eslint/eslint-plugin` v7.5.0

### Features

- upgrade to `@typescript-eslint/eslint-plugin` v7.5.0 ([4c38dba](https://github.com/sanity-io/eslint-config-studio/commit/4c38dbaa5dd93126308256e5f0a08ab63938dce1))

### Bug Fixes

- **deps:** Update linters to v7 ([#38](https://github.com/sanity-io/eslint-config-studio/issues/38)) ([596504f](https://github.com/sanity-io/eslint-config-studio/commit/596504f2940f2fc944879786c1ae8443901b12b7))
- **deps:** Update non-major ([#33](https://github.com/sanity-io/eslint-config-studio/issues/33)) ([072cd85](https://github.com/sanity-io/eslint-config-studio/commit/072cd859b85ff17bdf988aeced07bd61b97053aa))

## [3.0.1](https://github.com/sanity-io/eslint-config-studio/compare/v3.0.0...v3.0.1) (2023-08-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Sanity.io
Copyright (c) 2024 Sanity.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "@sanity/eslint-config-studio",
"version": "3.0.1",
"version": "4.0.0",
"description": "The ESLint configuration that ships with new Sanity Studio projects. Designed to be relatively unobtrusive to help find bugs instead enforce opinions.",
"keywords": [
"sanity",
Expand Down

0 comments on commit 05f2f4d

Please sign in to comment.