Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
See CHANGELOG.md
  • Loading branch information
Evan Jacobs committed Sep 3, 2016
1 parent 06eb4c6 commit 63dc930
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 63dc930

Please sign in to comment.