Skip to content

Commit 3bd776a

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-11-16) ### Bug Fixes * 🐛 adjust path in builders.json ([ef69a21](ef69a21)) * **tests:** fixing tests, WIP ([437ca77](437ca77)) ### Features * **builder:** creating ([58a4b7d](58a4b7d)) * **ng:** generate blank schematics ([578fe84](578fe84)) * **ng-add:** integrate with ng-add ([0988b19](0988b19)) * **schemas:** extend schema and split builders ([4d3171b](4d3171b)) * 🎸 enrich options with default options ([94bd99f](94bd99f)) * **test:** fix the structure for tests and build ([fed021e](fed021e)) * 🎸 handle exception and quit process ([801c734](801c734)) * fix tests ([8816187](8816187)) * **ng-add:** generate ([bb5a94e](bb5a94e))
1 parent 6eccc5e commit 3bd776a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 1.0.0 (2020-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 adjust path in builders.json ([ef69a21](https://github.com/angular-extensions/svg-icons-builder/commit/ef69a212830b1722ef4cf7487e5a0f9f1f560a28))
7+
* **tests:** fixing tests, WIP ([437ca77](https://github.com/angular-extensions/svg-icons-builder/commit/437ca773c1968b1be940e1f62dec64d74b49a4b7))
8+
9+
10+
### Features
11+
12+
* **builder:** creating ([58a4b7d](https://github.com/angular-extensions/svg-icons-builder/commit/58a4b7d0fd7d4de007cda64903e491ad0a8e146f))
13+
* **ng:** generate blank schematics ([578fe84](https://github.com/angular-extensions/svg-icons-builder/commit/578fe8461bf0ee4fc349ec54bf592afc1b9bbe73))
14+
* **ng-add:** integrate with ng-add ([0988b19](https://github.com/angular-extensions/svg-icons-builder/commit/0988b1964a6c5ccac9ee460817dcad8cd060a93d))
15+
* **schemas:** extend schema and split builders ([4d3171b](https://github.com/angular-extensions/svg-icons-builder/commit/4d3171b7f7f96c74b538eb2eb5651eec356f7045))
16+
* 🎸 enrich options with default options ([94bd99f](https://github.com/angular-extensions/svg-icons-builder/commit/94bd99f865318c8d2390d8ff265fb4cd8ef512b9))
17+
* **test:** fix the structure for tests and build ([fed021e](https://github.com/angular-extensions/svg-icons-builder/commit/fed021e6066d7f3c83e557142e4e67bb3fbc1553))
18+
* 🎸 handle exception and quit process ([801c734](https://github.com/angular-extensions/svg-icons-builder/commit/801c734575b079c24b18535d3d20b8f18828af6f))
19+
* fix tests ([8816187](https://github.com/angular-extensions/svg-icons-builder/commit/8816187eb3b51bbe72e3c1daf7304ea3ba783989))
20+
* **ng-add:** generate ([bb5a94e](https://github.com/angular-extensions/svg-icons-builder/commit/bb5a94ea9ff237768f15436fd70c557356a0cf82))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/svg-icons-builder",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A blank schematics",
55
"keywords": [
66
"Angular builder",

0 commit comments

Comments
 (0)