From 5edcc7c7b2570cd79d274a23436f168e4059989e Mon Sep 17 00:00:00 2001 From: Daniel Sousa Date: Sat, 5 Aug 2023 06:41:49 +0100 Subject: [PATCH] chore(beta version): publish - @tutods/eslint-config@1.8.0-beta.0 --- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 0fa3bef..d53583a 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0-beta.0](https://github.com/tutods/lib/compare/@tutods/eslint-config@1.7.0...@tutods/eslint-config@1.8.0-beta.0) (2023-08-05) + +### Features + +- **javascript:** add new rules ([7ae5889](https://github.com/tutods/lib/commit/7ae588999d63ced263672b233a209faaf5b49b08)) + # [1.7.0](https://github.com/tutods/lib/compare/@tutods/eslint-config@1.6.2...@tutods/eslint-config@1.7.0) (2023-08-04) ### Features diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ddc9eed..b3b814a 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.7.0", + "version": "1.8.0-beta.0", "private": false, "keywords": [ "eslint",