This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - @poi/[email protected]
- Loading branch information
Showing
6 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [12.4.0](https://github.com/egoist/poi/compare/[email protected]@12.4.0) (2019-01-09) | ||
|
||
### Bug Fixes | ||
|
||
- set test mode for test command ([2cb92c4](https://github.com/egoist/poi/commit/2cb92c4)) | ||
- tweak cli logs ([519a4fc](https://github.com/egoist/poi/commit/519a4fc)) | ||
|
||
### Features | ||
|
||
- add a hook to invoke before running command ([fc5bcf3](https://github.com/egoist/poi/commit/fc5bcf3)) | ||
- add a shorthand to set mode for test:\* commands ([a4af8db](https://github.com/egoist/poi/commit/a4af8db)) | ||
|
||
## [12.3.2](https://github.com/egoist/poi/compare/[email protected]@12.3.2) (2019-01-09) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [12.1.0](https://github.com/egoist/poi/compare/[email protected]@12.1.0) (2019-01-09) | ||
|
||
### Features | ||
|
||
- use plugin-karma 13 in create-poi-app ([2b2ae26](https://github.com/egoist/poi/commit/2b2ae26)) | ||
|
||
## [12.0.3](https://github.com/egoist/poi/compare/[email protected]@12.0.3) (2018-12-25) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-poi-app", | ||
"version": "12.0.3", | ||
"version": "12.1.0", | ||
"license": "MIT", | ||
"files": [ | ||
"bin", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [13.0.0](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-01-09) | ||
|
||
### Features | ||
|
||
- **karma:** simplify CLI usage ([54ffb9b](https://github.com/egoist/poi/commit/54ffb9b)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **karma:** `poi karma --test` changed to `poi test:unit` | ||
|
||
## [12.0.3](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2018-12-22) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters