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

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed May 23, 2016
1 parent d0e5692 commit c9247f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v4.0.0 - Mon, 23 May 2016 18:33:38 GMT
--------------------------------------

- [d0e5692](../../commit/d0e5692) [changed] split the `Markup` class into 3 distinct modules - `jsx`, `markdown` and `highlight`. Added support for plain-object representations of React elements for easy serialization/unserialization.



v3.11.0 - Thu, 21 Apr 2016 19:08: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.11.0",
"version": "4.0.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 c9247f8

Please sign in to comment.