Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Nov 16, 2020
1 parent 6eccc5e commit 3bd776a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1.0.0 (2020-11-16)


### Bug Fixes

* 🐛 adjust path in builders.json ([ef69a21](https://github.com/angular-extensions/svg-icons-builder/commit/ef69a212830b1722ef4cf7487e5a0f9f1f560a28))
* **tests:** fixing tests, WIP ([437ca77](https://github.com/angular-extensions/svg-icons-builder/commit/437ca773c1968b1be940e1f62dec64d74b49a4b7))


### Features

* **builder:** creating ([58a4b7d](https://github.com/angular-extensions/svg-icons-builder/commit/58a4b7d0fd7d4de007cda64903e491ad0a8e146f))
* **ng:** generate blank schematics ([578fe84](https://github.com/angular-extensions/svg-icons-builder/commit/578fe8461bf0ee4fc349ec54bf592afc1b9bbe73))
* **ng-add:** integrate with ng-add ([0988b19](https://github.com/angular-extensions/svg-icons-builder/commit/0988b1964a6c5ccac9ee460817dcad8cd060a93d))
* **schemas:** extend schema and split builders ([4d3171b](https://github.com/angular-extensions/svg-icons-builder/commit/4d3171b7f7f96c74b538eb2eb5651eec356f7045))
* 🎸 enrich options with default options ([94bd99f](https://github.com/angular-extensions/svg-icons-builder/commit/94bd99f865318c8d2390d8ff265fb4cd8ef512b9))
* **test:** fix the structure for tests and build ([fed021e](https://github.com/angular-extensions/svg-icons-builder/commit/fed021e6066d7f3c83e557142e4e67bb3fbc1553))
* 🎸 handle exception and quit process ([801c734](https://github.com/angular-extensions/svg-icons-builder/commit/801c734575b079c24b18535d3d20b8f18828af6f))
* fix tests ([8816187](https://github.com/angular-extensions/svg-icons-builder/commit/8816187eb3b51bbe72e3c1daf7304ea3ba783989))
* **ng-add:** generate ([bb5a94e](https://github.com/angular-extensions/svg-icons-builder/commit/bb5a94ea9ff237768f15436fd70c557356a0cf82))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-extensions/svg-icons-builder",
"version": "0.0.0",
"version": "1.0.0",
"description": "A blank schematics",
"keywords": [
"Angular builder",
Expand Down

0 comments on commit 3bd776a

Please sign in to comment.