diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a89f261..8d662bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +### 3.1.0 (September 3, 2016) + +- 06eb4c6 Use remark subdeps directly for parsing, remove unnecessary try/catch +- 80fd5f5 chore(package): update jest-cli to version 15.1.1 +- 2f10810 Update package.json +- 954c437 chore(package): update jest-cli to version 15.1.0 +- 66b9627 chore(package): update babel-jest to version 15.0.0 +- e50dafe chore(package): update babel-preset-es2015 to version 6.14.0 +- 3d06fc4 chore(package): update babel-cli to version 6.14.0 +- e04c67b chore(package): update babel-preset-es2015 to version 6.13.2 +- 58eca18 chore(package): update babel-preset-es2015 to version 6.13.1 +- 21d5358 chore(package): update babel-preset-stage-2 to version 6.13.0 +- 6bc57d0 chore(package): update jest-cli to version 14.1.0 +- 86fe72f chore(package): update babel-jest to version 14.1.0 +- 2eaaf28 chore(package): update jest-cli to version 14.0.1 +- 1d5ba4f chore(package): update babel-jest to version 14.0.2 +- 0b8ce2d chore(package): update jest-cli to version 14.0.0 +- 0d40051 chore(package): update babel-jest to version 14.0.0 +- 5eacb83 chore(package): update babel-cli to version 6.11.4 +- b9cd7f4 chore(package): update jest-cli to version 13.2.3 +- 0b81473 chore(package): update jest-cli to version 13.1.0 + +--- + ### 3.0.0 (June 28, 2016) - __Implement proper handling for "tight" lists__ (ccbfdf8) In the case of a "tight" list--meaning a markdown list with no padding newline between entries--the inner paragraph generated by the AST parser is now automatically stripped out as expected. @@ -18,12 +42,12 @@ - __chore(package): update react-dom to version 15.1.0__ (ce6b53e) - __chore(package): update babel-preset-es2015 to version 6.9.0__ (a9b34c9) - __chore(package): update babel-cli to version 6.9.0__ (b1606ec) -- __More rigorous CI testing__ (ffd8209) Enforce an engine version >= node 0.12 +- __More rigorous CI testing__ (ffd8209) Enforce an engine version >= node 0.12 - __chore(package): update react to version 15.0.2__ (07785e4) - __chore(package): update babel-cli to version 6.8.0__ (85e0aa5) - __chore(package): update react-dom to version 15.0.1__ (9e4bfc7) - __chore(package): update react to version 15.0.1__ (f0569a2) -- __2.0.1__ (7b9d495) Updated internals, no user-facing changes. Now testing against React 15.x +- __2.0.1__ (7b9d495) Updated internals, no user-facing changes. Now testing against React 15.x - __Update dev deps & fix test for React v15__ (b9c56ca) --- diff --git a/package.json b/package.json index f4ec5f36..e446253f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "markdown-to-jsx", "description": "Interprets markdown text and outputs a JSX equivalent.", "license": "MIT", - "version": "3.0.0", + "version": "3.1.0", "engines": { "node": ">= 4" },