Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
okoala committed Nov 26, 2017
1 parent b37d723 commit db66284
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dist
.site
.external
.temp
.changelog

# dependencies
node_modules
Expand Down
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

## v1.0.0-4 (2017-11-26)

#### :bug: Bug Fix
* [#9](https://github.com/avetjs/avet/pull/9) Remove examples from packages and fix changelog cache. ([@okoala](https://github.com/okoala))

#### Committers: 1
- 仙森 ([okoala](https://github.com/okoala))


## v1.0.0-3 (2017-11-26)

#### :bug: Bug Fix
* `avet-shared`
* [#8](https://github.com/avetjs/avet/pull/8) PageLoader loadPage need to return page component. ([@okoala](https://github.com/okoala))

#### Committers: 1
- 仙森 ([okoala](https://github.com/okoala))


## v1.0.0-2 (2017-11-26)

#### :nail_care: Enhancement
* `avet-core`, `avet`
* [#7](https://github.com/avetjs/avet/pull/7) Agent process need to load agent.js. ([@okoala](https://github.com/okoala))
* `avet-boilerplate-simple`, `avet-client`, `avet-init-config`, `avet-init`, `avet-shared`, `eslint-config-avet`
* [#6](https://github.com/avetjs/avet/pull/6) Move eslint* avet-init* packages to standalone project. ([@okoala](https://github.com/okoala))

#### Committers: 1
- 仙森 ([okoala](https://github.com/okoala))


## v1.0.0-1 (2017-11-22)

#### :rocket: New Feature
* [#3](https://github.com/avetjs/avet/pull/3) Use new label name and include examples folder. ([@okoala](https://github.com/okoala))

#### :boom: Breaking Change
* `avet-build`, `avet-core`
* [#4](https://github.com/avetjs/avet/pull/4) Move styled-jsx to avet-styled-jsx plugin. ([@okoala](https://github.com/okoala))

#### Committers: 1
- 仙森 ([okoala](https://github.com/okoala))

0 comments on commit db66284

Please sign in to comment.