Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2018-12-18)

* Merge pull request #69 from kcnt-info/dev ([d682ee2](d682ee2)), closes [#69](#69) [#52](#52) [#58](https://github.com/kcnt-info/website/issues/58) [#61](#61) [#59](#59) [#60](#60) [#64](#64) [vuejs/vuepress#1098](vuejs/vuepress#1098) [#63](#63) [#62](#62) [#68](#68)

### BREAKING CHANGES

* do not use tailwindcss and change to bulma instead

* feat(content): update language of net

* fix(css): i don't want to load bulma on every pages

* fix(404): make custom 404 with netlify website

* build(dep): remove unused libraries

* refactor(deps): move renovate configuration out as sharable config repo

* docs(readme): remove code quality badge because unsolvable issue

Code quality badge always show as fail because unknown coverage result has updated to server

* perf(helper): remove commit script, use committ instead

* build(docs): remove document website out, to kcnt-info/documents

* style(changelog): update markdown
  • Loading branch information
semantic-release-bot committed Dec 18, 2018
1 parent d682ee2 commit 5d0d745
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Portfolio version

# [1.1.0](https://github.com/kcnt-info/website/compare/v1.0.4...v1.1.0) (2018-12-18)


* Merge pull request #69 from kcnt-info/dev ([d682ee2](https://github.com/kcnt-info/website/commit/d682ee2)), closes [#69](https://github.com/kcnt-info/website/issues/69) [#52](https://github.com/kcnt-info/website/issues/52) [#58](https://github.com/kcnt-info/website/issues/58) [#61](https://github.com/kcnt-info/website/issues/61) [#59](https://github.com/kcnt-info/website/issues/59) [#60](https://github.com/kcnt-info/website/issues/60) [#64](https://github.com/kcnt-info/website/issues/64) [vuejs/vuepress#1098](https://github.com/vuejs/vuepress/issues/1098) [#63](https://github.com/kcnt-info/website/issues/63) [#62](https://github.com/kcnt-info/website/issues/62) [#68](https://github.com/kcnt-info/website/issues/68)


### BREAKING CHANGES

* do not use tailwindcss and change to bulma instead

* feat(content): update language of net

* fix(css): i don't want to load bulma on every pages

* fix(404): make custom 404 with netlify website

* build(dep): remove unused libraries

* refactor(deps): move renovate configuration out as sharable config repo

* docs(readme): remove code quality badge because unsolvable issue

Code quality badge always show as fail because unknown coverage result has updated to server

* perf(helper): remove commit script, use committ instead

* build(docs): remove document website out, to kcnt-info/documents

* style(changelog): update markdown

## [1.0.4](https://github.com/kamontat/Portfolio/compare/v1.0.3...v1.0.4) (2018-12-09)

### Bug Fixes
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kcnt-info-website",
"version": "1.0.4",
"version": "1.1.0",
"description": "My Portfolio website",
"repository": "https://github.com/kcnt-info/website.git",
"author": "Kamontat Chantrachirathumrong <[email protected]>",
Expand Down Expand Up @@ -86,7 +86,8 @@
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [{
"releaseRules": [
{
"type": "feat",
"scope": "core",
"release": "major"
Expand Down

0 comments on commit 5d0d745

Please sign in to comment.