Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Feb 4, 2016
1 parent 4a044cf commit e1f6643
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v3.6.0 - Thu, 04 Feb 2016 22:54:55 GMT
--------------------------------------

- [4a044cf](../../commit/4a044cf) [added] the `Markup.flatten` method
- [02c9096](../../commit/02c9096) [fixed] the interface declaration for `Markup` to make the input value for `htmlToJSX`, `markdownToHTML` and `markdownToJSX` optional



v3.5.3 - Thu, 04 Feb 2016 16:11:25 GMT
--------------------------------------

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": "webcompiler",
"version": "3.5.3",
"version": "3.6.0",
"description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit e1f6643

Please sign in to comment.