Skip to content

Commit 40a8a87

Browse files
committed
release: v2.2.6
1 parent e407c08 commit 40a8a87

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

.commitlintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
2,
1919
'always',
2020
[
21-
'build',
21+
'build',
2222
'chore',
2323
'ci',
2424
'docs',
@@ -27,6 +27,7 @@ module.exports = {
2727
'improvement',
2828
'perf',
2929
'refactor',
30+
'release',
3031
'revert',
3132
'style',
3233
'test'

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Change Log
22

3-
## 2.2.4 (2019-12-08)
3+
## 2.2.6 (2019-02-02)
4+
5+
### Enhancements
6+
7+
- Add [commit linter](https://commitlint.js.org/)
8+
- Add [EditorConfig](https://editorconfig.org/)
9+
- Update npm packages
10+
11+
### Bug Fixes
12+
13+
- Fix some spelling errors in documents
14+
- Fix some errors in configs
15+
16+
## 2.2.5 (2019-12-08)
417

518
### Enhancements
619

720
- Update to Jekyll 4.0
8-
- Add custom snippets for main/top, main/bottom, article/top, article/bottom, etc.
21+
- Add custom snippets for main/top, main/bottom, article/top, article/bottom, etc
922
- Add Medium, Zhihu social icons
1023
- Add Google Custom Search support
1124
- Add Korean locale (@ssosso)

_includes/scripts/variables.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script>
88
(function() {
99
var TEXT_VARIABLES = {
10-
version: '2.2.5',
10+
version: '2.2.6',
1111
sources: {
1212
font_awesome: '{{ _sources.font_awesome }}',
1313
jquery: '{{ _sources.jquery }}',

jekyll-text-theme.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-text-theme"
5-
spec.version = "2.2.5"
5+
spec.version = "2.2.6"
66
spec.authors = ["Tian Qi"]
77
spec.email = ["[email protected]"]
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-text-theme",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"author": "Tian Qi",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)