Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Aug 25, 2017
1 parent 47f2ade commit 3502b44
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ test-setup

# logo
logo/*.png

# lazy us: 1.0 is changing all of this
examples/*
package-lock.json
*.log
docs/public/*
.merlin
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.21.2 - 2017-08-25

- Fixed: fix for bad unicode characters in the markdown and `JSON.stringify`
([#1128](https://github.com/MoOx/phenomic/pull/1128) - @revolunet)

# 0.21.1 - 2017-04-18

- Fixed: hot reload for markdown files on Windows
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phenomic",
"version": "0.21.1",
"version": "0.21.2",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -39,7 +39,7 @@
"engines": {
"node": ">=4.2.0",
"npm": ">=3.0.0",
"yarn": ">=0.16.0"
"yarn": ">=0.16.0 || >=1.0.0-0"
},
"dependencies": {
"babel-polyfill": "^6.5.0",
Expand Down

0 comments on commit 3502b44

Please sign in to comment.