From c30c8eeedfbf714130006209b0f3096a92aca010 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Wed, 7 Aug 2024 21:20:37 +0300 Subject: [PATCH] build: publish v3.1.3 --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e498af9ed..92e036bdc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v3.1.3 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.2...v3.1.3) + +### 🐞 Bug Fixes + +- Fix export of typescript types ([1c4e960](https://github.com/azat-io/eslint-plugin-perfectionist/commit/1c4e960)) + +### ❤️ Contributors + +- Josh Goldberg ✨ + ## v3.1.2 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.1...v3.1.2) diff --git a/package.json b/package.json index b472b32a2..9275c6176 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-perfectionist", "description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.", - "version": "3.1.2", + "version": "3.1.3", "homepage": "https://perfectionist.dev", "repository": "azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",