Skip to content

Commit

Permalink
build(release): release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktordanny committed Jun 16, 2024
1 parent 5a9f63e commit d8f7352
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d8f7352

Please sign in to comment.