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

Commit 5d0d745

Browse files
chore(release): 1.1.0 [skip ci]
# [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
1 parent d682ee2 commit 5d0d745

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Portfolio version
22

3+
# [1.1.0](https://github.com/kcnt-info/website/compare/v1.0.4...v1.1.0) (2018-12-18)
4+
5+
6+
* 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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* do not use tailwindcss and change to bulma instead
12+
13+
* feat(content): update language of net
14+
15+
* fix(css): i don't want to load bulma on every pages
16+
17+
* fix(404): make custom 404 with netlify website
18+
19+
* build(dep): remove unused libraries
20+
21+
* refactor(deps): move renovate configuration out as sharable config repo
22+
23+
* docs(readme): remove code quality badge because unsolvable issue
24+
25+
Code quality badge always show as fail because unknown coverage result has updated to server
26+
27+
* perf(helper): remove commit script, use committ instead
28+
29+
* build(docs): remove document website out, to kcnt-info/documents
30+
31+
* style(changelog): update markdown
32+
333
## [1.0.4](https://github.com/kamontat/Portfolio/compare/v1.0.3...v1.0.4) (2018-12-09)
434

535
### Bug Fixes

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kcnt-info-website",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "My Portfolio website",
55
"repository": "https://github.com/kcnt-info/website.git",
66
"author": "Kamontat Chantrachirathumrong <[email protected]>",
@@ -86,7 +86,8 @@
8686
[
8787
"@semantic-release/commit-analyzer",
8888
{
89-
"releaseRules": [{
89+
"releaseRules": [
90+
{
9091
"type": "feat",
9192
"scope": "core",
9293
"release": "major"

0 commit comments

Comments
 (0)