Skip to content

Commit

Permalink
release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Jul 7, 2018
1 parent 96d21c2 commit 4a0aef7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.0.1 (2018-07-07)

> "All elements that respond to press should have a visual feedback when touched."
>
> —TouchableWithoutFeedback in *React Native Docs*
### Enhancements

- Some interaction details optimize: button and link add feedback when clicked, cancel button of input in archive layout, button focus style, etc.

### Bug Fixes

- `mathjax` and `mermaid` config may not work.

## 2.0.0 (2018-07-01)

Breaking changes, please check [Update form 1.x to 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/en/update-form-1-to-2) for details.
Expand Down
2 changes: 1 addition & 1 deletion jekyll-text-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-text-theme"
spec.version = "2.0.0"
spec.version = "2.0.1"
spec.authors = ["kitian616"]
spec.email = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jekyll-text-theme",
"version": "2.0.0",
"version": "2.0.1",
"description": "A customizable Jekyll theme for blog or site.",
"scripts": {
"build": "bundle exec jekyll build",
Expand Down

0 comments on commit 4a0aef7

Please sign in to comment.