From d8f73528a88012b7892e51cb41c523e5379fcf2d Mon Sep 17 00:00:00 2001 From: Daniel Lazar Date: Sun, 16 Jun 2024 20:06:12 +0200 Subject: [PATCH] build(release): release version 1.3.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 750033a..f592d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.3.0 - Sat Jun 16 2024 20:15:00 GMT+0200 + +Changes: + +- Add new `extraDecorators` and `extraProperties` options to extend the [default list](https://github.com/ducktordanny/eslint-plugin-ng-module-sort/blob/master/lib/constants.ts) that is being checked. + +Dev note: + +- CI/CD: Add Lint check and make sure that checks are needed before Release step +- Add prettier for formatting +- Use husky for git hooks, running pretty-quick and eslint before commit +- Cleanup test files for more readability + ## v1.2.1 - Sat Jun 15 2024 17:30:00 GMT+0200 - Reduce published code diff --git a/package.json b/package.json index 1c894fe..6d70654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ng-module-sort", - "version": "1.2.1", + "version": "1.3.0", "description": "Sort Angular and NestJS module imports, declarations, exports, controls, etc.", "keywords": [ "eslint",