Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 31, 2019
1 parent b9a8fa9 commit a81a2ed
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
12 changes: 12 additions & 0 deletions 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.

## [0.1.8](https://github.com/egoist/create-portfolio/compare/v0.1.7...v0.1.8) (2019-05-31)

### Bug Fixes

- **deps:** [security] bump axios from 0.18.0 to 0.19.0 ([#12](https://github.com/egoist/create-portfolio/issues/12)) ([cea701f](https://github.com/egoist/create-portfolio/commit/cea701f))
- **deps:** bump saber-highlight-css from 0.0.4 to 0.0.5 ([#10](https://github.com/egoist/create-portfolio/issues/10)) ([95dba7f](https://github.com/egoist/create-portfolio/commit/95dba7f))
- **deps:** bump saber-plugin-prismjs from 0.2.0 to 0.2.1 ([#9](https://github.com/egoist/create-portfolio/issues/9)) ([bba91ff](https://github.com/egoist/create-portfolio/commit/bba91ff))

### Features

- Add disqus support ([#11](https://github.com/egoist/create-portfolio/issues/11)) ([b9a8fa9](https://github.com/egoist/create-portfolio/commit/b9a8fa9))

## [0.1.7](https://github.com/egoist/create-portfolio/compare/v0.1.6...v0.1.7) (2019-05-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "0.1.7"
"version": "0.1.8"
}
11 changes: 11 additions & 0 deletions packages/saber-theme-portfolio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.8](https://github.com/saberland/create-portfolio/compare/v0.1.7...v0.1.8) (2019-05-31)

### Bug Fixes

- **deps:** [security] bump axios from 0.18.0 to 0.19.0 ([#12](https://github.com/saberland/create-portfolio/issues/12)) ([cea701f](https://github.com/saberland/create-portfolio/commit/cea701f))
- **deps:** bump saber-highlight-css from 0.0.4 to 0.0.5 ([#10](https://github.com/saberland/create-portfolio/issues/10)) ([95dba7f](https://github.com/saberland/create-portfolio/commit/95dba7f))

### Features

- Add disqus support ([#11](https://github.com/saberland/create-portfolio/issues/11)) ([b9a8fa9](https://github.com/saberland/create-portfolio/commit/b9a8fa9))

## [0.1.7](https://github.com/saberland/create-portfolio/compare/v0.1.6...v0.1.7) (2019-05-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/saber-theme-portfolio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saber-theme-portfolio",
"version": "0.1.7",
"version": "0.1.8",
"files": [
"dist"
],
Expand Down

0 comments on commit a81a2ed

Please sign in to comment.