From 5c3e1eacf750deff76f4a6bfde89ab8de51b0873 Mon Sep 17 00:00:00 2001 From: Matthieu Gicquel Date: Tue, 9 Jan 2024 16:29:08 +0100 Subject: [PATCH] chore(release): Publish - @bam.tech/eslint-plugin@6.0.0 --- packages/eslint-plugin/CHANGELOG.md | 6 ++++++ packages/eslint-plugin/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 960a35f..1e69745 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/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. +# [6.0.0](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@5.0.0...@bam.tech/eslint-plugin@6.0.0) (2024-01-09) + +### Bug Fixes + +- **eslint-plugin:** config was broken because of missing char in rule name ([#111](https://github.com/bamlab/react-native-project-config/issues/111)) ([fc9150f](https://github.com/bamlab/react-native-project-config/commit/fc9150f86596ea667d09b4611933b118b171c366)) + # [5.0.0](https://github.com/bamlab/react-native-project-config/compare/@bam.tech/eslint-plugin@4.0.1...@bam.tech/eslint-plugin@5.0.0) (2024-01-02) ### Features diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 64d3992..6b1db75 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@bam.tech/eslint-plugin", - "version": "5.0.0", + "version": "6.0.0", "description": "eslint plugin for bam projects", "keywords": [ "eslint",