diff --git a/CHANGELOG.md b/CHANGELOG.md index 155ac743..9e9de190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.2-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/11) - 14 feb 2017 + +- Page archetype ([#106](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/106)) (thank you [@ebouchut](https://github.com/ebouchut)) +- Improve documentation ([#113](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/113), [#105](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/105)) (thank you [@ebouchut](https://github.com/ebouchut)) +- Update brazilian translation ([#101](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/101)) (thank you [@italocegatta](https://github.com/italocegatta)) + ## [0.2.1-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/10) - 8 jan 2017 - Easy customization of head and foot via `/layouts/partials/(head|foot)_(start|end).html` ([#80](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/80)) (thank you [@blaubaer](https://github.com/blaubaer)) diff --git a/README.md b/README.md index bd256a80..daf4e82f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Please all the credit should be attributed to [original *Hexo* version](https:// ## General - **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) -- **Version**: 0.2.1-ALPHA (based on Hexo version 1.9.1) +- **Version**: 0.2.2-ALPHA (based on Hexo version 1.9.1) - **Compatibility**: Hugo v0.17 ## Features diff --git a/docs/developer.md b/docs/developer.md index 70e25819..baa61c16 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -28,7 +28,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General ## - **Author** : Thibaud Leprêtre -- **Version** : 0.2.1-ALPHA (based on Hexo version 1.9.1) +- **Version** : 0.2.2-ALPHA (based on Hexo version 1.9.1) - **Compatibility** : Hugo v0.17 ## Requirements ## diff --git a/docs/user.md b/docs/user.md index 1abcaa8f..657f50d3 100644 --- a/docs/user.md +++ b/docs/user.md @@ -53,7 +53,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General - **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) -- **Version**: 0.2.1-ALPHA (based on Hexo version 1.9.1) +- **Version**: 0.2.2-ALPHA (based on Hexo version 1.9.1) - **Compatibility**: Hugo v0.17 ## Features diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 404273f7..ab44bf54 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,5 +1,5 @@ # Tranquilpeak -# Version : 0.2.1-ALPHA +# Version : 0.2.2-ALPHA # Author : Thibaud Leprêtre # I STRONGLY recommend you to use a CDN to speed up loading of pages. diff --git a/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md b/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md index de487ffd..7aa38e94 100644 --- a/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md +++ b/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md @@ -1,5 +1,5 @@ --- -title: "Welcome to Tranquilpeak 0.2.1" +title: "Welcome to Tranquilpeak 0.2.2" date: 2015-06-15 categories: - tranquilpeak @@ -65,7 +65,7 @@ Please all the credit should be attributed to [original *Hexo* version](https:// ## General - **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) -- **Version**: 0.2.1-ALPHA (based on Hexo version 1.9.1) +- **Version**: 0.2.2-ALPHA (based on Hexo version 1.9.1) - **Compatibility**: Hugo v0.17 ## Features diff --git a/package.json b/package.json index 3c6920ff..fa408875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-tranquilpeak-theme", - "version": "0.2.1-ALPHA", + "version": "0.2.2-ALPHA", "description": "A gorgeous responsive theme for Hugo blog framework", "main": "Gruntfile.js", "scripts": {