UNPKG

920 BMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [13.0.0](https://github.com/egoist/poi/compare/@poi/plugin-karma@12.0.3...@poi/plugin-karma@13.0.0) (2019-01-09)
7
8### Features
9
10- **karma:** simplify CLI usage ([54ffb9b](https://github.com/egoist/poi/commit/54ffb9b))
11
12### BREAKING CHANGES
13
14- **karma:** `poi karma --test` changed to `poi test:unit`
15
16## [12.0.3](https://github.com/egoist/poi/compare/@poi/plugin-karma@12.0.2...@poi/plugin-karma@12.0.3) (2018-12-22)
17
18### Bug Fixes
19
20- excluded files in karma ([4fe5ceb](https://github.com/egoist/poi/commit/4fe5ceb))
21
22## [12.0.2](https://github.com/egoist/poi/compare/@poi/plugin-karma@12.0.1...@poi/plugin-karma@12.0.2) (2018-12-22)
23
24### Features
25
26- update karma plugin to match old behavior ([01b0498](https://github.com/egoist/poi/commit/01b0498))