diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7156e..4e398c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.0](https://github.com/sanity-io/eslint-config-i18n/compare/v1.0.0...v1.1.0) (2024-01-23) + +### Features + +- enable no-i18next-import rule ([#6](https://github.com/sanity-io/eslint-config-i18n/issues/6)) ([863c42b](https://github.com/sanity-io/eslint-config-i18n/commit/863c42bfcb47d597f2ef71b651d3e5f748f0c003)) + ## 1.0.0 (2023-12-05) ### Features 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 ed8166f..77defaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/eslint-config-i18n", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sanity/eslint-config-i18n", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@rushstack/eslint-patch": "^1.3.2", diff --git a/package.json b/package.json index 12cea51..1a6f5f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/eslint-config-i18n", - "version": "1.0.0", + "version": "1.1.0", "description": "An ESLint configuration to help with localizing Sanity Studios", "keywords": [ "sanity",