Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 9, 2019
1 parent 519a4fc commit 1497899
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
12 changes: 12 additions & 0 deletions core/poi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/poi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poi",
"version": "12.3.2",
"version": "12.4.0",
"main": "lib/index.js",
"bin": "bin/cli.js",
"description": "A zero-config bundler for JavaScript applications.",
Expand Down
6 changes: 6 additions & 0 deletions create-poi-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion create-poi-app/package.json
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",
Expand Down
10 changes: 10 additions & 0 deletions plugins/karma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-karma",
"version": "12.0.3",
"version": "13.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1497899

Please sign in to comment.