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.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2018-12-28)

### Bug Fixes

* **deployment:** resolve deployment error ([f8f2955](f8f2955))
* **deployment:** swipe url path ([0666c56](0666c56))
* **url:** changes api url from api to apis ([999e0f3](999e0f3))
* **url:** improve docs url ([a17c8d1](a17c8d1))
* **version:** forget to commit version changes ([655ceb2](655ceb2))

### Features

* **apis:** add new apis for the images in repository ([9d6c165](9d6c165))
* **apis:** add personal api and collection api ([fb8fb95](fb8fb95))
* **auto:** automatic release version ([8f59a98](8f59a98))
* **core:** improvement of origin in apis ([f221c72](f221c72))
* **core:** refactor and update document to apis version 2 ([bb09093](bb09093))
* **docs:** update new doc engines ([fe94bae](fe94bae))
* **function:** improve build workflow ([734918f](734918f))
* **init:** start commit ([205c574](205c574))
* **log:** add more and more log ([d91b284](d91b284))
* **package:** update apis for package and apis version ([e25f73b](e25f73b))

### Performance Improvements

* **function:** update performance of function and code structure ([4d5249a](4d5249a))
  • Loading branch information
semantic-release-bot committed Dec 28, 2018
1 parent 8de5888 commit df09733
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 6 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# APIs version

# 1.0.0 (2018-12-28)


### Bug Fixes

* **deployment:** resolve deployment error ([f8f2955](https://github.com/kcnt-info/apis/commit/f8f2955))
* **deployment:** swipe url path ([0666c56](https://github.com/kcnt-info/apis/commit/0666c56))
* **url:** changes api url from api to apis ([999e0f3](https://github.com/kcnt-info/apis/commit/999e0f3))
* **url:** improve docs url ([a17c8d1](https://github.com/kcnt-info/apis/commit/a17c8d1))
* **version:** forget to commit version changes ([655ceb2](https://github.com/kcnt-info/apis/commit/655ceb2))


### Features

* **apis:** add new apis for the images in repository ([9d6c165](https://github.com/kcnt-info/apis/commit/9d6c165))
* **apis:** add personal api and collection api ([fb8fb95](https://github.com/kcnt-info/apis/commit/fb8fb95))
* **auto:** automatic release version ([8f59a98](https://github.com/kcnt-info/apis/commit/8f59a98))
* **core:** improvement of origin in apis ([f221c72](https://github.com/kcnt-info/apis/commit/f221c72))
* **core:** refactor and update document to apis version 2 ([bb09093](https://github.com/kcnt-info/apis/commit/bb09093))
* **docs:** update new doc engines ([fe94bae](https://github.com/kcnt-info/apis/commit/fe94bae))
* **function:** improve build workflow ([734918f](https://github.com/kcnt-info/apis/commit/734918f))
* **init:** start commit ([205c574](https://github.com/kcnt-info/apis/commit/205c574))
* **log:** add more and more log ([d91b284](https://github.com/kcnt-info/apis/commit/d91b284))
* **package:** update apis for package and apis version ([e25f73b](https://github.com/kcnt-info/apis/commit/e25f73b))


### Performance Improvements

* **function:** update performance of function and code structure ([4d5249a](https://github.com/kcnt-info/apis/commit/4d5249a))
31 changes: 25 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kcnt-info-apis",
"version": "2.1.0",
"version": "1.0.0",
"description": "My Portfolio website",
"repository": "https://github.com/kcnt-info/apis.git",
"author": "Kamontat Chantrachirathumrong <[email protected]>",
Expand Down Expand Up @@ -70,7 +70,11 @@
],
"parserOpts": {
"mergePattern": "/[mM]erge (.*) #(\\d+) from (.*)$/",
"mergeCorrespondence": ["plain", "id", "source"]
"mergeCorrespondence": [
"plain",
"id",
"source"
]
}
}
],
Expand All @@ -79,7 +83,11 @@
{
"parserOpts": {
"mergePattern": "/[mM]erge (.*) #(\\d+) from (.*)$/",
"mergeCorrespondence": ["plain", "id", "source"]
"mergeCorrespondence": [
"plain",
"id",
"source"
]
}
}
],
Expand All @@ -98,15 +106,26 @@
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "yarn.lock"],
"assets": [
"CHANGELOG.md",
"package.json",
"yarn.lock"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"labels": ["Bot: Semantic Release", "Type: Bug", "Status: In Review"],
"releasedLabels": ["Bot: Semantic Release", "Status: Production"]
"labels": [
"Bot: Semantic Release",
"Type: Bug",
"Status: In Review"
],
"releasedLabels": [
"Bot: Semantic Release",
"Status: Production"
]
}
]
],
Expand Down

0 comments on commit df09733

Please sign in to comment.