Skip to content

Commit

Permalink
chore(compodoc): release 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-05-02)

### Bug Fixes

* **compodoc:** check for existence of tsconfig file ([8ef7ae2](8ef7ae2))
* **compodoc:** install plugin as devDependency during ng-add ([32f5cea](32f5cea)), closes [#5](#5)

### Chores

* **compodoc:** configure semantic-release for compodoc ([323e27b](323e27b))
* cleanup workspace ([8efb90f](8efb90f))

### Continuous Integration

* add ci tests for pull requests ([a7e3372](a7e3372))
* configure commitlint with commitizen ([bfb6921](bfb6921)), closes [#7](#7)
* configure semantic-release for workspace ([2c66a99](2c66a99))
* enable auto releases via semantic-release & github actions ([bbc3a70](bbc3a70))

### Documentation

* **compodoc:** finalize documentation ([34f4e27](34f4e27))
* add project ideas ([cbacc39](cbacc39))

### Features

* **compodoc:** add compodoc plugin ([04402fb](04402fb))
* **compodoc:** generate workspace docs ([3ab6578](3ab6578))

### Miscellaneous

* initial commit ([dd40aeb](dd40aeb))

***
[skip ci]
  • Loading branch information
semantic-release-bot committed May 2, 2020
1 parent 8ef7ae2 commit 8ec46d8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions libs/compodoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 1.0.0 (2020-05-02)

### Bug Fixes

- **compodoc:** check for existence of tsconfig file ([8ef7ae2](https://github.com/twittwer/nx-tools/commit/8ef7ae2d1a1b0977f7050c933e0b40893a4a46f5))
- **compodoc:** install plugin as devDependency during ng-add ([32f5cea](https://github.com/twittwer/nx-tools/commit/32f5ceacf538f59ba2d675da944174d3cef6539e)), closes [#5](https://github.com/twittwer/nx-tools/issues/5)

### Chores

- **compodoc:** configure semantic-release for compodoc ([323e27b](https://github.com/twittwer/nx-tools/commit/323e27bc92aac5ef4657c9c058a17ff5f20816ba))
- cleanup workspace ([8efb90f](https://github.com/twittwer/nx-tools/commit/8efb90f8189a93e5f99ad6e34471ecb60856ae56))

### Continuous Integration

- add ci tests for pull requests ([a7e3372](https://github.com/twittwer/nx-tools/commit/a7e33727db44c4d64be57a3c0705dceb7fd05942))
- configure commitlint with commitizen ([bfb6921](https://github.com/twittwer/nx-tools/commit/bfb6921f935c9a19a0cb7edac5b50231d2c1aa97)), closes [#7](https://github.com/twittwer/nx-tools/issues/7)
- configure semantic-release for workspace ([2c66a99](https://github.com/twittwer/nx-tools/commit/2c66a9970ab98a2e324cd8be1039e1c2693d1cad))
- enable auto releases via semantic-release & github actions ([bbc3a70](https://github.com/twittwer/nx-tools/commit/bbc3a7018b522b1f986f7b235e41a601279e16ca))

### Documentation

- **compodoc:** finalize documentation ([34f4e27](https://github.com/twittwer/nx-tools/commit/34f4e2752c66b3c27b9ff199b7d28080bdf393ef))
- add project ideas ([cbacc39](https://github.com/twittwer/nx-tools/commit/cbacc39bee1304d5c17bf7866c7d79f5d23bb173))

### Features

- **compodoc:** add compodoc plugin ([04402fb](https://github.com/twittwer/nx-tools/commit/04402fbb38250c019b8a3271c73e0d81c9717ff2))
- **compodoc:** generate workspace docs ([3ab6578](https://github.com/twittwer/nx-tools/commit/3ab6578eedd71dae5631c9f3918c26dcabd3d1fd))

### Miscellaneous

- initial commit ([dd40aeb](https://github.com/twittwer/nx-tools/commit/dd40aebcd504514b65131e835cdbe013b101d99b))

0 comments on commit 8ec46d8

Please sign in to comment.