From 05f2f4dca5c92fd8e9e324afdca92553d814cb52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Apr 2024 12:03:13 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ LICENSE | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9161ca..441bd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE index 2995e99..3bc3425 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package-lock.json b/package-lock.json index c89b9fb..fabf4d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/eslint-config-studio", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sanity/eslint-config-studio", - "version": "3.0.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "@babel/core": "^7.24.3", diff --git a/package.json b/package.json index 74babd7..c44dafe 100644 --- a/package.json +++ b/package.json @@ -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",