Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

Commit 38025af

Browse files
authored
Merge pull request #33 from refractproject/kylef/0.10.1
Release 0.10.1
2 parents 6f477d7 + 1e7be3e commit 38025af

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.10.1
2+
3+
## Enhancements
4+
5+
- Improved documentation coverage of JSDoc comments for methods.
6+
7+
# 0.10.0
8+
9+
## Enhancements
10+
11+
- Adds support for minim api-description ^0.9.0 and minim ^0.20.0.
12+
113
# 0.9.0
214

315
- Added browser build distribution

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minim-parse-result",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Minim Parse Result Namespace",
55
"main": "./lib/parse-result.js",
66
"browser": "./src/parse-result.js",
@@ -20,7 +20,7 @@
2020
"peasant": "peasant"
2121
},
2222
"dependencies": {
23-
"minim-api-description": "^0.8.0"
23+
"minim-api-description": "^0.8.1"
2424
},
2525
"devDependencies": {
2626
"babel-plugin-array-includes": "^2.0.3",

0 commit comments

Comments
 (0)