Skip to content

Commit 609dfc6

Browse files
committed
Prepare release 0.1.3-ALPHA
1 parent dbb76db commit 609dfc6

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.1.2-ALPHA] 16 nov 2016
5+
## [0.1.3-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/8) - 16 nov 2016
6+
7+
- Remove unused npm deps ([#43](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/43))
8+
9+
## [0.1.2-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/7) - 16 nov 2016
610

711
- Fix *archives* pages generation by creating `archive` taxonomy ([#31](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/31))
812
- Use `slug` instead of `title` for *permalink* urls ([#33](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/33))
913

10-
## [0.1.1-ALPHA] 13 nov 2016
14+
## [0.1.1-ALPHA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/6) - 13 nov 2016
1115

1216
- Upgrade *Google Analytics* script to do not use anymore `ga.js` which is now deprecated ([#21](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/21))
1317
- **[Breaking changes]** Changes *Google Analytics* config key from `params.google_analytics_id` to official `googleAnalytics` ([#21](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/21))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
3636
## General
3737

3838
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
39-
- **Version**: 0.1.2-ALPHA (based on Hexo version 1.9.1)
39+
- **Version**: 0.1.3-ALPHA (based on Hexo version 1.9.1)
4040
- **Compatibility**: Hugo v0.17
4141

4242
## Features

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugo-tranquilpeak-theme",
3-
"version": "0.1.2-ALPHA",
3+
"version": "0.1.3-ALPHA",
44
"description": "A gorgeous responsive theme for Hexo blog framework",
55
"authors": [
66
"Thibaud Leprêtre"

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
2828
## General ##
2929

3030
- **Author** : Thibaud Leprêtre
31-
- **Version** : 0.1.2-ALPHA (based on Hexo version 1.9.1)
31+
- **Version** : 0.1.3-ALPHA (based on Hexo version 1.9.1)
3232
- **Compatibility** : Hugo v0.17
3333

3434
## Requirements ##

docs/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
4848
## General
4949

5050
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
51-
- **Version**: 0.1.2-ALPHA (based on Hexo version 1.9.1)
51+
- **Version**: 0.1.3-ALPHA (based on Hexo version 1.9.1)
5252
- **Compatibility**: Hugo v0.17
5353

5454
## Features

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tranquilpeak
2-
# Version : 0.1.2-ALPHA
2+
# Version : 0.1.3-ALPHA
33
# Author : Thibaud Leprêtre
44

55
# I STRONGLY recommend you to use a CDN to speed up loading of pages.

exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to Tranquilpeak 0.1.2"
2+
title: "Welcome to Tranquilpeak 0.1.3"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -67,7 +67,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
6767
## General
6868

6969
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
70-
- **Version**: 0.1.2-ALPHA (based on Hexo version 1.9.1)
70+
- **Version**: 0.1.3-ALPHA (based on Hexo version 1.9.1)
7171
- **Compatibility**: Hugo v0.17
7272

7373
## Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugo-tranquilpeak-theme",
3-
"version": "0.1.2-ALPHA",
3+
"version": "0.1.3-ALPHA",
44
"description": "A gorgeous responsive theme for Hugo blog framework",
55
"main": "Gruntfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)