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
 - poi@12.7.0
 - create-poi-app@12.2.0
  • Loading branch information
egoist committed Jul 3, 2019
1 parent 9aa8ded commit 83ca71e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions core/poi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.7.0](https://github.com/egoist/poi/compare/poi@12.6.10...poi@12.7.0) (2019-07-03)

### Features

- **webpack:** Upgrade mini-css-extract-webpack-plugin and support hmr ([#578](https://github.com/egoist/poi/issues/578)) ([e254e31](https://github.com/egoist/poi/commit/e254e31))
- add babel.configFile, babel.babelrc options ([#583](https://github.com/egoist/poi/issues/583)) ([57c7260](https://github.com/egoist/poi/commit/57c7260))

## [12.6.10](https://github.com/egoist/poi/compare/poi@12.6.9...poi@12.6.10) (2019-05-23)

### 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.6.10",
"version": "12.7.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.2.0](https://github.com/egoist/poi/compare/create-poi-app@12.1.2...create-poi-app@12.2.0) (2019-07-03)

### Features

- **create-poi-app:** add update notifier in pwa ([#580](https://github.com/egoist/poi/issues/580)) ([5b4bbaf](https://github.com/egoist/poi/commit/5b4bbaf))

## [12.1.2](https://github.com/egoist/poi/compare/create-poi-app@12.1.1...create-poi-app@12.1.2) (2019-01-09)

### Bug Fixes
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.1.2",
"version": "12.2.0",
"license": "MIT",
"files": [
"bin",
Expand Down

0 comments on commit 83ca71e

Please sign in to comment.