From 75cc7ee0a597ad8cdd0382283d44765ecb350b82 Mon Sep 17 00:00:00 2001 From: Adam C Hamlin Date: Thu, 25 Jul 2024 23:15:14 -0400 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b293b..31473ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/adamhamlin/eslint-plugin/compare/v0.2.0...v1.0.0) (2024-07-26) + + +### Features + +* **opt-in-sort:** allow sort of TS unions ([#8](https://github.com/adamhamlin/eslint-plugin/issues/8)) ([ff005eb](https://github.com/adamhamlin/eslint-plugin/commit/ff005ebab98c765c1e1ef4578952430765a6c853)) + ## [0.2.0](https://github.com/adamhamlin/eslint-plugin/compare/v0.1.2...v0.2.0) (2023-02-06) diff --git a/package-lock.json b/package-lock.json index 76b0e97..0bbc8ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-adamhamlin", - "version": "0.2.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-adamhamlin", - "version": "0.2.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^5.0.0", diff --git a/package.json b/package.json index da15f0e..b02b32a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-adamhamlin", - "version": "0.2.0", + "version": "1.0.0", "description": "Collection of custom ESLint rules", "keywords": [ "eslint",