From 7dd0d7a5567bd7fa845d3f10d2f18b8f4cdb1fe7 Mon Sep 17 00:00:00 2001 From: Daniel Sousa Date: Tue, 15 Aug 2023 15:29:23 +0100 Subject: [PATCH] chore(release): publish %s - @tutods/eslint-config@1.11.0-beta.0 --- packages/eslint-config/CHANGELOG.md | 11 +++++++++++ packages/eslint-config/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 965fb27..96d2557 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0-beta.0](https://github.com/tutods/lib/compare/@tutods/eslint-config@1.10.0...@tutods/eslint-config@1.11.0-beta.0) (2023-08-15) + + +### Features + +* **typescript config:** rules only for ts files ([82d5c48](https://github.com/tutods/lib/commit/82d5c48041e57e51deb786f932b2a0dac604cdde)) + + + + + # [1.10.0](https://github.com/tutods/lib/compare/@tutods/eslint-config@1.10.0-beta.0...@tutods/eslint-config@1.10.0) (2023-08-15) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ba53d1a..8deb89c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@tutods/eslint-config", "description": "ESLint configuration for JavaScript, TypeScript, React, Node.js, TailwindCSS projects, allowing to use other configs like sort imports, sort keys and more.", - "version": "1.10.0", + "version": "1.11.0-beta.0", "private": false, "keywords": [ "eslint",