Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
release: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bohoffi committed Dec 28, 2022
1 parent 4f8ca5e commit 174408c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/ngx-doc-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-doc-gen",
"version": "1.0.0",
"version": "2.0.0",
"description": "Automagically generate your Angular documentation.",
"builders": "./executors.json",
"executors": "./executors.json",
Expand Down Expand Up @@ -41,6 +41,9 @@
"jsonc-parser": "^3.0.0",
"ng-packagr": ">= 13.0.0"
},
"peerDependencies": {
"typescript": ">=4.8.2"
},
"ng-add": {
"save": "devDependencies"
}
Expand Down

0 comments on commit 174408c

Please sign in to comment.