Skip to content

Commit

Permalink
docs: added config docs and bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-vc committed Jan 3, 2024
1 parent c94bb9a commit 1077fc6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.0.0

_Jan 3, 2024_

- Added support for the Angular( [@vc-vishakha](https://github.com/vc-vishakha) in [#7](https://github.com/vcian/lint-sage/pull/7) )
- Added support for the Nestjs( [@vc-lbmadesia](https://github.com/vc-lbmadesia) in [#5](https://github.com/vcian/lint-sage/pull/5) ).
- Added Documentation for configs in Angular, Next js and Nest js.

## 1.1.1

_Dec 8, 2023_
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vcian/lint-sage",
"version": "1.1.1",
"version": "2.0.0",
"description": "This package designed to simplify the configuration of your projects. This package automates the setup of essential tools and configurations to ensure a clean and consistent codebase.",
"bin": {
"lint-sage": "index.js"
Expand All @@ -21,7 +21,12 @@
"lint",
"husky",
"vscode",
"reactjs"
"nextjs",
"reactjs",
"angular",
"nodejs",
"nestjs",
"typescript"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 1077fc6

Please sign in to comment.